Set the ShapeFromScaledUnitBox transform of this box.
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: 75.0.0.0
Syntax
Parameters
- shapeFromScaledUnitBox
- Type: Cognex.VisionPro3D Cog3DTransformRigid
A Cog3DTransformRigid used to specify the ShapeFromScaledUnitBox transform of this box. This transform specifies the pose of the ScaledUnitBox 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 shapeFromScaledUnitBox is null. |
See Also