Cog3DCoordinateSpaceTree TransformChanged EventCognex VisionPro
Occurs after a transform is changed in this tree. Note that the meaning of any spaces descending from the changed transform will also be altered. This event can be fired in a variety of ways. For example: (1) by a call to the ChangeTransform(String, ICog3DTransform) method, or (2) by a call to the AddSpace(String, String, ICog3DTransform, CogAddSpaceConstants) method that replaces an existing transform.

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

public event CogTransformChangedEventHandler TransformChanged

Value

Type: Cognex.VisionPro CogTransformChangedEventHandler
See Also