Cog3DCylinder Constructor Cognex VisionPro
Overload List

  NameDescription
Public methodCog3DCylinder 
Constructs a degenerate cylinder with Radius of 0, Height of 0, ShapeFromScaledUnitCylinder of identity transform, and ShapeState of Cog3DShapeStateConstants.Volume.
Public methodCog3DCylinder(Cog3DCylinder)
Construct this object by making a deep copy of the supplied object.
Protected methodCog3DCylinder(SerializationInfo, StreamingContext)
Serialization constructor.
Public methodCog3DCylinder(Cog3DCircle, Double, Cog3DShapeStateConstants)
Constructs a cylinder using the specified start circle, height, and Cog3DShapeStateConstants. The cylinder extends from the start circle in the direction of the start circle's normal.
Public methodCog3DCylinder(Double, Double, Cog3DTransformRigid, Cog3DShapeStateConstants)
Constructs a cylinder using the specified radius, height, rigid transform, and Cog3DShapeStateConstants.
Top
See Also