Cog3DRange MethodsCognex VisionPro 9.8 SR1

The Cog3DRange type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateFullRange
Create a full range object.
Public methodDilate
Dilate this range by another range.
Public methodEquals (Overrides ValueType Equals(Object).)
Public methodErode
Erode this range by another range.
Public methodGetHashCode (Overrides ValueType GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersect
Intersect this range with another range.
Public methodIsWithin
Check whether a value is inside the range.
Public methodStatic memberRealEqual
Compares the internal state of the specified instances and returns true if the internal state is within epsilon.
Public methodScale
Scale this range by the given amount.
Public methodToString
Override of ToString method to get a string for describing this object.
(Overrides ValueType ToString .)
Public methodTranslate
Translate this range by the given amount.
Top
See Also