Click or drag to resize
GeTriangle Properties

The GeTriangle type exposes the following members.

Properties
  NameDescription
Public propertyArea
Returns total surface area of the geometry.
(Overrides GeGeometryArea.)
Public propertyCentroid
Returns geometry centroid coordinate.
(Overrides GeGeometryCentroid.)
Public propertyCircumCircle
Returns a circle which passes through all three vertices of a triangle (circumscribed circle).
Public propertyCoordinates
Gets or sets curve coordinates.
(Overrides GeCurveComplexCoordinates.)
Public propertyCurveSegments
Returns curve segments constituting this curve.
(Overrides GeCurveComplexCurveSegments.)
Public propertyDimensionality
Gets or sets coordinate dimensionality of a geometry.
(Overrides GeCurveComplexDimensionality.)
Public propertyEnvelope
Returns geometry envelope.
(Overrides GeCurveComplexEnvelope.)
Public propertyEulerLine
Public propertyInCircle
Returns the largest circle that will fit inside the triangle (inscribed circle).
Public propertyInterpolation
Returns curve interpolation.
(Overrides GeCurveComplexInterpolation.)
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
(Overrides GeCurveComplexIsEmpty.)
Public propertyLength
Returns total surface boundary length (circumference) of the geometry.
(Overrides GeCurveComplexLength.)
Public propertyOrthoCenter
Public propertyP0
Public propertyP1
Public propertyP2
Public propertyTriangleType
Returns type of this triangle.
Public propertyType
Returns enumerated geometry type used for safe typecasting to concrete geometry class.
(Overrides GeGeometryType.)
Top
See Also