Gets or sets the start pose, which is the transformation that defines
the starting model pose within the run-time 3D data.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Cog3DTransformRigidThe start pose. Default value is an identity transform.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
Remarks
When RunMode is RefineStartPose, the Cog3DAlign tool refines the start pose rather than searching the run-time 3D data for instances of the model.
This property is ignored if RunMode is SearchImage.
See Also