Cog3DSphere Constructor Cognex VisionPro 9.7
Overload List

  NameDescription
Public methodCog3DSphere 
Constructs a degenerate sphere with Radius of 0, Center of (0,0,0), ShapeFromScaledUnitSphere of identity transform, and ShapeState of Cog3DShapeStateConstants.Volume.
Public methodCog3DSphere(Cog3DSphere)
Construct this object by making a deep copy of the supplied object.
Protected methodCog3DSphere(SerializationInfo, StreamingContext)
Serialization constructor.
Public methodCog3DSphere(Double, Cog3DTransformRigid, Cog3DShapeStateConstants)
Constructs a sphere using the specified radius, rigid transform, and Cog3DShapeStateConstants.
Public methodCog3DSphere(Double, Cog3DVect3, Cog3DShapeStateConstants)
Constructs a sphere using the specified radius, center, and Cog3DShapeStateConstants.
Top
See Also