Cog3DRectangle GetVertices Method Cognex VisionPro 9.7
Computes the set of vertices defining this rectangle. Assuming a unit rectangle, the order of the returned vertices is: (0,0,0) (1,0,0) (1,1,0) (0,1,0).

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax

public Cog3DVect3Collection GetVertices()

Return Value

Type: Cog3DVect3Collection
The set of vertices defining this rectangle.
See Also