The Cog3DSphere type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Center |
Gets/sets the center position of this sphere.
| |
| 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.) | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| IsDegenerateSurface |
Determines whether or not this surface shape is degenerate. This occurs
when surface shapes have an area of 0.
| |
| IsDegenerateVolume |
Determines whether or not this volume shape is degenerate. This occurs
when volume shapes have a volume of 0.
| |
| IsEmpty |
Indicates if the set of points lying on the boundary of this shape is empty.
| |
| IsFinite |
Indicates if this shape has finite extents.
| |
| Radius |
Gets/sets the radius of this sphere.
| |
| SelectedSpaceName3D |
The 3D coordinate space in which this shape is to be interpreted.
| |
| ShapeState |
Gets/sets the ShapeState for this shape.
| |
| 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.) |
See Also