GePlane Class |
Namespace: FDF.Common.Geometries
The GePlane type exposes the following members.
Name | Description | |
---|---|---|
![]() | GePlane |
Initializes a new instance of the plane
as X-Y plane having its origin at (0,0,0).
|
![]() | GePlane(IGePlane) |
Initializes a new instance of the plane
using specified plane.
|
![]() | GePlane(IGeSurface) |
Initializes a new instance of the plane
using specified surface.
|
![]() | GePlane(GeLine, GeLine) |
Initializes a new instance of the plane
using two specified coplanar lines.
|
![]() | GePlane(GeVector, GeCoordinate) | |
![]() | GePlane(GeCoordinate, GeCoordinate, GeCoordinate) |
Initializes a new instance of the plane
using three non-collinear points.
|
![]() | GePlane(GeVector, GeVector, GeCoordinate) | |
![]() | GePlane(Double, Double, Double, Double) |
Initializes a new instance of the plane
using specified parameters.
|
Name | Description | |
---|---|---|
![]() | A |
Gets or sets A prameter of this plane.
|
![]() | AggregateType |
Returns aggregate geometry type
of this geometry.
(Overrides GeGeometryAggregateType.) |
![]() | Area |
Returns total surface area of the geometry.
(Overrides GeGeometryArea.) |
![]() | B |
Gets or sets B prameter of this plane.
|
![]() | C |
Gets or sets C prameter of this plane.
|
![]() | Centroid |
Returns geometry centroid coordinate.
(Overrides GeGeometryCentroid.) |
![]() | D |
Gets or sets D prameter of this plane.
|
![]() | DerivedType | (Overrides GeGeometryDerivedType.) |
![]() | Dimensionality |
Gets or sets coordinate
dimensionality of a geometry.
(Overrides GeGeometryDimensionality.) |
![]() | Envelope |
Returns geometry envelope.
(Overrides GeGeometryEnvelope.) |
![]() | Interpolation |
Returns surface interpolation.
(Overrides GeSurfaceInterpolation.) |
![]() | IsEmpty |
Returns True if object instance is considered empty,
otherwise returns False.
(Overrides GeGeometryIsEmpty.) |
![]() | Length |
Returns total surface boundary length
(circumference) of the geometry.
(Overrides GeGeometryLength.) |
![]() | Normal | (Overrides GeSurfaceNormal.) |
![]() | Origin |
Returns plane origin coordinate.
|
![]() | Type |
Returns enumerated geometry type
used for safe typecasting to concrete geometry class.
(Overrides GeGeometryType.) |
![]() | UAxis |
Returns plane U axis vector.
|
![]() | VAxis |
Returns plane V axis vector.
|
Name | Description | |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance. (Overrides GeGeometryClone.) |
![]() | ClosestPointTo | (Overrides GeGeometryClosestPointTo(GeCoordinate).) |
![]() | Equals |
Indicates whether the current object is equal to another object of the same type.
(Overrides GeGeometryEquals(IGeGeometry, GeDimensionality, GeLength, GeSpatialComparision).) |
![]() | GetTypeName |
Returns String representation of the underlying type.
(Overrides GeGeometryGetTypeName.) |
![]() | Interpolate |
Interpolates surface using specified interpolation method.
(Overrides GeSurfaceInterpolate(GeInterpolation).) |
![]() | Intersects |
Returns True if two geometries intersect each other,
otherwise returns False.
(Overrides GeGeometryIntersects(IGeGeometry, IGeGeometry).) |
![]() | IsCoplanarTo |
Returns True if this surface is coplanar to specified surface,
otherwise returns False.
(Overrides GeSurfaceIsCoplanarTo(IGeSurface).) |
![]() | IsParallelTo |
Returns True if this surface is parallel to specified surface,
otherwise returns False.
(Overrides GeSurfaceIsParallelTo(IGeSurface).) |
![]() | 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).) |
![]() | Offset |
Returns geometry offset.
(Overrides GeGeometryOffset(GeLength, GePlaneOrientation).) |
![]() | 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 (plane-flipped) surface with regards to
surface plane normal direction.
(Overrides GeSurfaceReverse.) |
![]() | 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).) |
![]() | ToString | (Overrides GeGeometryToString.) |
![]() | 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).) |
![]() ![]() | XY |
Returns X-Y plane having its origin at (0,0,0).
|
![]() ![]() | YZ |
Returns Y-Z plane having its origin at (0,0,0).
|
![]() ![]() | ZX |
Returns Z-X plane having its origin at (0,0,0).
|