CompositeShape ParentFromChildTransform Property Cognex VisionPro 9.24
Get

Transform from the child shape space to this shape's SelectedSpaceName.

Set

Sets ParentFromChildTransform.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public ITransform2D ParentFromChildTransform { get; set; }

Property Value

Type: ITransform2D
Default Value: The identity transform
Remarks

Gets the transform used to map from the child shape space to this composite shape's SelectedSpaceName.

Remarks

Changed Raised when the value of this property changes. The following state flags may be affected:

See Also