CogCompositeShape ParentFromChildTransform Property Cognex VisionPro
Transform from the child shape space to this shape's SelectedSpaceName.

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

public ICogTransform2D ParentFromChildTransform { get; set; }

Property Value

Type: ICogTransform2D
Events

Event TypeReason
CogCompositeShape Changed

Fires when the transform changes.

The following state flag may be affected:

    Remarks

    Sets or gets the transform used to map from the child shape space to this composite shape's SelectedSpaceName.

    Default Value: The identity transform

    See Also