Click or drag to resize
GeEllipse Properties

The GeEllipse type exposes the following members.

Properties
  NameDescription
Public propertyAggregateType
Returns aggregate geometry type of this geometry.
(Overrides GeCurveAggregateType.)
Public propertyArea
Returns total surface area of the geometry.
(Overrides GeGeometryArea.)
Public propertyCenterPoint
Gets or sets ellipse center point.
Public propertyCentroid
Returns geometry centroid coordinate.
(Overrides GeGeometryCentroid.)
Public propertyDerivedType
Returns geometry derivative being either point, curve or polygon (surface).
(Overrides GeCurveDerivedType.)
Public propertyDimensionality
Gets or sets coordinate dimensionality of a geometry.
(Overrides GeGeometryDimensionality.)
Public propertyEccentricity
Returns measure of how much the conic section deviates from being circular.
Public propertyEnvelope
Returns geometry envelope.
(Overrides GeGeometryEnvelope.)
Public propertyFocalParameter
Returns distance from the focus (or one of the two foci) to the directrix of a conic section.
Public propertyInterpolation
Returns curve interpolation.
(Overrides GeCurveInterpolation.)
Public propertyInterval
Returns the parametric range of the curve.
(Overrides GeCurveInterval.)
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 propertyLinearEccentricity
Returns distance between the center and the focus (or one of the two foci) of a conic section.
Public propertyNormal
Gets or sets ellipse plane normal.
Public propertySemiLatusRectum
Returns a chord parallel to the directrix and passing through the focus (or one of the two foci) of a conic section.
Public propertySemiMajorAxis
Gets or sets ellipse semi-major axis.
Public propertySemiMinorAxis
Gets or sets ellipse semi-minor axis.
Public propertyType
Returns enumerated geometry type used for safe typecasting to concrete geometry class.
(Overrides GeGeometryType.)
Top
See Also