Cog3DRangeImageGraphic PropertiesCognex VisionPro

The Cog3DRangeImageGraphic 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 propertyColor
Gets/sets the Color for this graphic object.
(Inherited from Cog3DGraphicBase.)
Public propertyCoordinateSpaceTree3D
Gets the 3D Coordinate Space Tree of the VisionDataGraphic object
(Inherited from Cog3DVisionDataGraphicBase.)
Public propertyDisplayState
Get or set the DisplayState for this graphic object.
(Inherited from Cog3DGraphicBase.)
Public propertyGreyImage
Gets the grey-scale pair of the range image (if available)
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyLineWidth
Gets/sets the LineWidth for this graphic object in screen units. Applies only if rendered as WireFrame or SurfaceWithWireFrame. The default value is 1.
(Inherited from Cog3DGraphicBase.)
Public propertyMarkerSize
Gets/sets the MarkerSize for this graphic object in screen units. Applies only if rendered as vertices The default value is 1.0.
(Inherited from Cog3DGraphicBase.)
Public propertyOpacity
Gets/sets the Opacity for this graphic object. The value range is 0.0 - 1.0, where 0.0 means full transparent and value 1.0 means full opaque. The default value is 1.0.
(Inherited from Cog3DGraphicBase.)
Public propertyRangeImage
Gets the RangeImage object of the Cog3DGraphicImage16Range object
Public propertyRangeWithGrey
Returns whether the grey data is available with the RangeImage constructor.
Public propertyShowGreyImage
Gets/sets whether the grey data should be shown during rendering for coloring the object The default value is true. NOTE: only has an effect when the GreyImage is available
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.)
Public propertyVisible
Gets/sets the Visibility for this graphic object. The default value is true.
(Inherited from Cog3DGraphicBase.)
Public propertyVisionData
Gets the underlying ICogVisionData of the VisionDataGraphic object
(Inherited from Cog3DVisionDataGraphicBase.)
Top
See Also