The Cog3DPointGraphic type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
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.) | |
| Color |
Gets/sets the Color for this graphic object.
(Inherited from Cog3DGraphicBase.) | |
| DisplayState |
Get or set the DisplayState for this Cog3DPointGraphic.
The default and only legal value is Cog3DDisplayStateConstants::Vertices.
(Overrides Cog3DShapeGraphicBase DisplayState.) | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| Interactive |
Allows the graphic to be dragged by interactive handles.
(Overrides Cog3DGeometryGraphicBase Interactive.) | |
| LineWidth |
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.) | |
| MarkerSize |
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.) | |
| Opacity |
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.) | |
| SelectedSpaceName3D |
Gets or sets the name of the three dimensional
coordinate space of the underlying shape of this graphic.
(Inherited from Cog3DShapeGraphicBase.) | |
| Shape |
Gets the underlying Cog3DPoint object of this graphic.
| |
| ShapeBase |
Gets the underlying Cog3DShapeBase object of this graphic.
(Inherited from Cog3DShapeGraphicBase.) | |
| StateFlags |
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.) | |
| Visible |
Gets/sets the Visibility for this graphic object.
The default value is true.
(Inherited from Cog3DGraphicBase.) |
See Also