Set the ShapeFromScaledUnitCircle transform of this circle.
It may change the
value of Center. It does not change the value of Radius.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- shapeFromScaledUnitCircle
- Type: Cognex.VisionPro3D Cog3DTransformRigid
A Cog3DTransformRigid used to specify the ShapeFromScaledUnitCircle transform of this circle. This transform specifies the pose of the ScaledUnitCircle 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 shapeFromScaledUnitCircle is null. |
See Also