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

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

public Cog3DVect3Collection GetVertices()

Return Value

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