Cog3DRangeImageCrossSectionOperatorsParams DefautFromNewTransform Property Cognex VisionPro 9.7
Gets or sets the DefaultFromNewTransform.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax

public CogTransform2DLinear DefautFromNewTransform { get; set; }

Property Value

Type: CogTransform2DLinear
The default is an identity transform.
Exceptions

ExceptionCondition
ArgumentNullException If the supplied argument is null.
Remarks

Defines the transform that will be added to the ProfileSpaceTree at runtime when the ProfileSpaceSelection is New.
See Also