Cog3DRangeImageCrossSectionProfile PropertiesCognex VisionPro 9.7

The Cog3DRangeImageCrossSectionProfile type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyCoordinateSpaceTree
Gets or sets the CoordinateSpaceTree.
Public propertyCoordinateSpaceTree3D
Gets or sets the CoordinateSpaceTree3D.
Public propertyCuttingPlane
Returns the cutting plane. The cutting plane lies parallel to the image z-axis of the range image at the centerline of the region.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyPixelFromRootTransform
Gets the PixelFromRootTransform. The transform is computed from PixelFromRootTransform3D. Returns null if PixelFromRootTransform3D is null.
Public propertyPixelFromRootTransform3D
Gets or sets the PixelFromRootTransform3D.
Public propertyProfileRoot
Gets the ProfileRoot. The ProfileRoot object contains the profile height data and the weights.
Public propertyProfileSelectedSpaceName
Gets or sets the ProfileSelectedSpaceName
Public propertyProfileSpaceTree
Gets or sets the ProfileSpaceTree.
Public propertyProjectionHeight
Gets the ProjectionHeight.
Public propertySelectedSpaceName
Gets or sets the SelectedSpaceName.
Public propertySelectedSpaceName3D
Gets or sets the SelectedSpaceName3D.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Top
See Also