CogCADToRange Projection3DFromCAD3DTransform Property Cognex VisionPro
Gets or sets the 3D Rotation transform. The 3D rotation transform that can be used at runtime to map the shape.

Namespace: Cognex.VisionPro.CAD
Assembly: Cognex.VisionPro.CAD (in Cognex.VisionPro.CAD.dll) Version: 65.1.0.0
Syntax

public Cog3DTransformRotation Projection3DFromCAD3DTransform { get; set; }

Property Value

Type: Cog3DTransformRotation
The default value is a a default constructed Cog3DTransformRotation object.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flags may be affected:
Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
Remarks

This transform maps points to Projection3D from CAD3D. This property is only used if RotationMode is set to UseRotationTransform
See Also