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.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax
Return Value
Type: Cog3DVect3CollectionThe set of vertices defining this rectangle.
See Also