Click or drag to resize
GeCircularArc Properties

The GeCircularArc type exposes the following members.

Properties
  NameDescription
Public propertyArea
Returns total surface area of the geometry.
(Overrides GeGeometryArea.)
Public propertyAreaOfSector
Public propertyBulge
Public propertyCenterPoint
Public propertyCentralAngle
Public propertyCentroid
Returns geometry centroid coordinate.
(Overrides GeGeometryCentroid.)
Public propertyChordHeight
Public propertyChordLength
Public propertyChordMidPoint
Public propertyCircumference
Public propertyDimensionality
Gets or sets coordinate dimensionality of a geometry.
(Overrides GeGeometryDimensionality.)
Public propertyEndAngle
Public propertyEndParameter
Gets or sets end parameter of the curve segment. Specified value must lie within curve interval.
Public propertyEndPoint
Gets or sets end point of this curve segment.
Public propertyEndTangent
Public propertyEnvelope
Returns geometry envelope.
(Overrides GeGeometryEnvelope.)
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 propertyMidPoint
Gets or sets mid point of this curve segment.
Public propertyNormal
Public propertyRadius
Public propertyStartAngle
Public propertyStartParameter
Gets or sets start parameter of the curve segment. Specified value must lie within curve interval.
Public propertyStartPoint
Gets or sets start point of this curve segment.
Public propertyType
Returns enumerated geometry type used for safe typecasting to concrete geometry class.
(Overrides GeGeometryType.)
Top
See Also