Set the ShapeFromScaledUnitCylinder transform of this cylinder.
It may change the
value of StartCircle. It does not change the value of Radius and Height.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- shapeFromScaledUnitCylinder
- Type: Cognex.VisionPro3D Cog3DTransformRigid
A Cog3DTransformRigid used to specify the ShapeFromScaledUnitCylinder transform of this cylinder. This transform specifies the pose of the ScaledUnitCylinder in 3D space.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when some properties change. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If shapeFromScaledUnitCylinder is null. |
See Also