ICog3DShape MethodsCognex VisionPro 9.25 SR1

The ICog3DShape type exposes the following members.

Methods

  NameDescription
Public methodClone
Creates a deep copy of this shape.
Public methodComputeBoundingBox
Computes the axis-aligned bounding box for this shape.
Public methodComputeDistance
Computes the distance from this shape to the specified point. The point on this shape used to compute the distance is a function of ShapeState.
Public methodComputeNearestPoint
Computes the point on this shape that is nearest to the specified point. The nearest point on this shape to the specified point is a function of ShapeState. If the nearest point is not unique, returns one of the nearest points.
Public methodMapShape
Creates a new shape by mapping this shape through the specified transform.
Top
See Also