GeTriangle Class |
Namespace: FDF.Common.Geometries
The GeTriangle type exposes the following members.
Name | Description | |
---|---|---|
![]() | GeTriangle | Initializes a new instance of the GeTriangle class |
![]() | GeTriangle(IGeTriangle) | Initializes a new instance of the GeTriangle class |
![]() | GeTriangle(GeCoordinate, GeCoordinate, GeCoordinate) | Initializes a new instance of the GeTriangle class |
![]() | GeTriangle(Double, Double, Double, Double, Double, Double) | Initializes a new instance of the GeTriangle class |
![]() | GeTriangle(Double, Double, Double, Double, Double, Double, Double, Double, Double) | Initializes a new instance of the GeTriangle class |
Name | Description | |
---|---|---|
![]() | Area |
Returns total surface area of the geometry.
(Overrides GeGeometryArea.) |
![]() | Centroid |
Returns geometry centroid coordinate.
(Overrides GeGeometryCentroid.) |
![]() | CircumCircle |
Returns a circle which passes through all
three vertices of a triangle (circumscribed circle).
|
![]() | Coordinates |
Gets or sets curve coordinates.
(Overrides GeCurveComplexCoordinates.) |
![]() | CurveSegments |
Returns curve segments constituting this curve.
(Overrides GeCurveComplexCurveSegments.) |
![]() | Dimensionality |
Gets or sets coordinate
dimensionality of a geometry.
(Overrides GeCurveComplexDimensionality.) |
![]() | Envelope |
Returns geometry envelope.
(Overrides GeCurveComplexEnvelope.) |
![]() | EulerLine | |
![]() | InCircle |
Returns the largest circle that will fit
inside the triangle (inscribed circle).
|
![]() | Interpolation |
Returns curve interpolation.
(Overrides GeCurveComplexInterpolation.) |
![]() | IsEmpty |
Returns True if object instance is considered empty,
otherwise returns False.
(Overrides GeCurveComplexIsEmpty.) |
![]() | Length |
Returns total surface boundary length
(circumference) of the geometry.
(Overrides GeCurveComplexLength.) |
![]() | OrthoCenter | |
![]() | P0 | |
![]() | P1 | |
![]() | P2 | |
![]() | TriangleType |
Returns type of this triangle.
|
![]() | Type |
Returns enumerated geometry type
used for safe typecasting to concrete geometry class.
(Overrides GeGeometryType.) |
Name | Description | |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance. (Overrides GeGeometryClone.) |
![]() | GetTypeName |
Returns String representation of the underlying type.
(Overrides GeGeometryGetTypeName.) |
![]() | Interpolate |
Interpolates curve using specified interpolation method.
(Overrides GeCurveComplexInterpolate(GeInterpolation).) |
![]() | Intersects |
Returns True if two geometries intersect each other,
otherwise returns False.
(Overrides GeGeometryIntersects(IGeGeometry, IGeGeometry).) |
![]() | IsClosed |
Returns True if curve is topologically closed,
otherwise returns False.
(Overrides GeCurveComplexIsClosed.) |
![]() | IsCoplanarTo |
Returns True if this curve completely lies in specified plane.
(Overrides GeCurveComplexIsCoplanarTo(IGePlane).) |
![]() | IsLinear | (Overrides GeCurveComplexIsLinear(GeVector).) |
![]() | IsPlanar | (Overrides GeCurveComplexIsPlanar(IGePlane).) |
![]() | IsValid |
Returns True if object instance is considered valid,
otherwise returns False.
(Overrides GeGeometryIsValid(FdfResultCollection, IFdfQueryable).) |
![]() | Mirror |
Returns object that is result of mirroring of this object against
specified plane.
(Overrides GeGeometryMirror(IGePlane).) |
![]() | Project(GeLength) |
Returns object ortho-projected onto X-Y plane.
(Overrides GeGeometryProject(GeLength).) |
![]() | Project(IGePlane) |
Returns object ortho-projected onto specified plane.
(Overrides GeGeometryProject(IGePlane).) |
![]() | Project(IGePlane, IGePlane) | (Overrides GeGeometryProject(IGePlane, IGePlane).) |
![]() | Project(IGeGeometry, IGePlane, GeVector) |
Returns True and projected geometry if this object is successfully projected onto plane
using specified direction, otherwise returns False.
(Overrides GeGeometryProject(IGeGeometry, IGePlane, GeVector).) |
![]() | Relate |
Returns spatial relation describing the intersections of the interiors,
boundaries and exteriors of specified point
and geometry.
(Overrides GeGeometryRelate(GeCoordinate).) |
![]() | Reverse |
Returns reversed (inversed) curve with regards to
curve direction.
(Overrides GeCurveComplexReverse.) |
![]() | Rotate |
Returns object that is result of rotation of this object using specified
angle around the line with direction
vector passing through specified center
point.
(Overrides GeGeometryRotate(GeAngle, GeVector, GeCoordinate).) |
![]() | Scale |
Returns object that is result of scaling of this object using specified
scale factor with respect to the center point.
(Overrides GeGeometryScale(Double, GeCoordinate).) |
![]() | Transform(CrsTransform) |
Returns object that is result of transformation of this object
using specified referential coordinate transformer.
(Overrides GeGeometryTransform(CrsTransform).) |
![]() | Transform(Int32, Int32) |
Returns object that is result of transformation of this object
using specified source and target spatial reference systems (SRS).
(Overrides GeGeometryTransform(Int32, Int32).) |
![]() | TransformForward |
Returns object that is result of forward transformation of this object
using specified referential coordinate transform.
(Overrides GeGeometryTransformForward(CrsTransform).) |
![]() | Translate |
Returns object that is result of translation of this object along
specified vector, given its magnitude.
(Overrides GeGeometryTranslate(GeVector).) |