ICog3DVertex InterfaceCognex VisionPro 9.8
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.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
Syntax

public interface ICog3DVertex

The ICog3DVertex type exposes the following members.

Methods

  NameDescription
Public methodComputeDistanceVertex
Determines the distance from ComputeNearestPointVertex(point3D) to the specified point point3D.
Public methodComputeNearestPointVertex
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.
Top
See Also