Cog3DAlignedBox Constructor Cognex VisionPro 9.7
Overload List

  NameDescription
Public methodCog3DAlignedBox 
Constructs a degenerate, aligned box with size of (0,0,0), translation of (0,0,0), and Cog3DShapeStateConstants of Volume.
Public methodCog3DAlignedBox(Cog3DAlignedBox)
Construct this object by making a deep copy of the supplied object.
Protected methodCog3DAlignedBox(SerializationInfo, StreamingContext)
Serialization constructor.
Public methodCog3DAlignedBox(Cog3DVect3, Cog3DVect3, Cog3DShapeStateConstants)
Constructs an aligned box using 2 vertices: the origin vertex and the opposite vertex. After construction, the translation vector for this shape corresponds to the vertex with the most negative X, Y, and Z coordinates.
Public methodCog3DAlignedBox(Cog3DVect3, Double, Double, Double, Cog3DShapeStateConstants)
Constructs an aligned box using the specified size, translation, and Cog3DShapeStateConstants.
Top
See Also