Set the ShapeFromScaledUnitRectangle transform of this rectangle.
It may change the
value of Center. It does not change the value of Size.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 79.0.0.0
Syntax
Parameters
- shapeFromScaledUnitRectangle
- Type: Cognex.VisionPro3D Cog3DTransformRigid
A Cog3DTransformRigid used to specify the ShapeFromScaledUnitRectangle transform of this rectangle. This transform specifies the pose of the ScaledUnitRectangle 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 shapeFromScaledUnitRectangle is null. |
See Also