Click or drag to resize
GeRay Properties

The GeRay 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 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 propertyDirection
Gets or sets direction vector of this ray.
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 propertyL
Gets or sets L prameter of this ray.
Public propertyLength
Returns total surface boundary length (circumference) of the geometry.
(Overrides GeGeometryLength.)
Public propertyM
Gets or sets M prameter of this ray.
Public propertyN
Gets or sets N prameter of this ray.
Public propertyOrigin
Gets or sets coordinate sitting on this ray.
Public propertyType
Returns enumerated geometry type used for safe typecasting to concrete geometry class.
(Overrides GeGeometryType.)
Top
See Also