Returns/sets the tree of all named coordinate spaces for this image. The tree provides advanced functions for managing coordinate spaces.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Property Value
Type: CogCoordinateSpaceTreeImplements
ICogImage CoordinateSpaceTreeEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the coordinate space tree changes. The following state flag may be affected: |
Remarks
Returns or sets the CogCoordinateSpaceTree for a particular image. You can use this tree to create a transform that maps points between coordinate spaces.
To ensure that all acquired images have the same coordinate space tree, use CogAcqFifo.CoordinateSpaceTree instead.
See Also