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