Click or drag to resize
GeSphere Properties

The GeSphere type exposes the following members.

Properties
  NameDescription
Public propertyAggregateType
Returns aggregate geometry type of this geometry.
(Overrides GeGeometryAggregateType.)
Public propertyArea
Returns total surface area of the geometry.
(Overrides GeGeometryArea.)
Public propertyCenterPoint
Gets or sets sphere center point.
Public propertyCentroid
Returns geometry centroid coordinate.
(Overrides GeGeometryCentroid.)
Public propertyDerivedType
Returns geometry derivative being either point, curve or polygon (surface).
(Overrides GeGeometryDerivedType.)
Public propertyDimensionality
Gets or sets coordinate dimensionality of a geometry.
(Overrides GeGeometryDimensionality.)
Public propertyEnvelope
Returns geometry envelope.
(Overrides GeGeometryEnvelope.)
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
(Overrides GeGeometryIsEmpty.)
Public propertyLength
Returns total surface boundary length (circumference) of the geometry.
(Overrides GeGeometryLength.)
Public propertyMomentOfInertia
Returns moment of inertia of solid.
(Overrides GeSolidMomentOfInertia.)
Public propertyRadius
Gets or sets sphere radius.
Public propertyType
Returns enumerated geometry type used for safe typecasting to concrete geometry class.
(Overrides GeGeometryType.)
Public propertyVolume
Returns volume of solid.
(Overrides GeSolidVolume.)
Top
See Also