This interface is used to represent a 3D vertex or a shape
composed/represented by a set of 3D vertices. It defines
the common methods for such shapes.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
Syntax
The ICog3DVertex type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ComputeDistanceVertex |
Determines the distance from ComputeNearestPointVertex(point3D)
to the specified point point3D.
| |
| ComputeNearestPointVertex |
Determines the vertex on this shape that is nearest to the specified point.
If the nearest vertex is not unique, returns one of the nearest vertices.
|
See Also