Click or drag to resize
GePlane Properties

The GePlane type exposes the following members.

Properties
  NameDescription
Public propertyA
Gets or sets A prameter of this plane.
Public propertyAggregateType
Returns aggregate geometry type of this geometry.
(Overrides GeGeometryAggregateType.)
Public propertyArea
Returns total surface area of the geometry.
(Overrides GeGeometryArea.)
Public propertyB
Gets or sets B prameter of this plane.
Public propertyC
Gets or sets C prameter of this plane.
Public propertyCentroid
Returns geometry centroid coordinate.
(Overrides GeGeometryCentroid.)
Public propertyD
Gets or sets D prameter of this plane.
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 propertyInterpolation
Returns surface interpolation.
(Overrides GeSurfaceInterpolation.)
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 propertyNormal
Returns unit normal vector of this surface. If surface has no normal, returns empty vector.
(Overrides GeSurfaceNormal.)
Public propertyOrigin
Returns plane origin coordinate.
Public propertyType
Returns enumerated geometry type used for safe typecasting to concrete geometry class.
(Overrides GeGeometryType.)
Public propertyUAxis
Returns plane U axis vector.
Public propertyVAxis
Returns plane V axis vector.
Top
See Also