Inheritance Hierarchy
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public abstract class PlanarEntity : Surface
Public MustInherit Class PlanarEntity
Inherits Surface
public ref class PlanarEntity abstract : public Surface
[<AbstractClassAttribute>]
type PlanarEntity =
class
inherit Surface
end
The PlanarEntity type exposes the
following members.
Properties
Methods
| |
Name |
Description |
|
Clone
|
(Inherited from Entity3d) |
|
ClosestPointTo(Point3d)
|
(Inherited from Surface) |
|
ClosestPointTo(Point3d,
Tolerance)
|
(Inherited from Surface) |
|
ClosestPointToLinearEntity(LinearEntity3d)
|
|
|
ClosestPointToLinearEntity(LinearEntity3d,
Tolerance)
|
|
|
ClosestPointToPlanarEntity(PlanarEntity)
|
|
|
ClosestPointToPlanarEntity(PlanarEntity,
Tolerance)
|
|

|
Create
|
|
|
CreateObjRef
|
(Inherited from MarshalByRefObject) |
|
DeleteUnmanagedObject
|
(Inherited from Entity3d) |
|
Dispose
|
(Inherited from DisposableWrapper) |
|
Dispose(Boolean)
|
(Inherited from DisposableWrapper) |
|
DistanceTo(Point3d)
|
(Inherited from Surface) |
|
DistanceTo(Point3d,
Tolerance)
|
(Inherited from Surface) |
|
Equals
|
(Overrides DisposableWrapperEquals(Object)) |
|
EvaluatePoint(Point2d)
|
(Inherited from Surface) |
|
EvaluatePoint(Point2d,
Int32, Vector3dCollection)
|
(Inherited from Surface) |
|
EvaluatePoint(Point2d,
Int32, Vector3dCollection, Vector3d)
|
(Inherited from Surface) |
|
Finalize
|
(Inherited from DisposableWrapper) |
|
GetClosestPointTo(Point3d)
|
(Inherited from Surface) |
|
GetClosestPointTo(Point3d,
Tolerance)
|
(Inherited from Surface) |
|
GetCoordinateSystem
|
|
|
GetEnvelope
|
(Inherited from Surface) |
|
GetHashCode
|
(Inherited from DisposableWrapper) |
|
GetLifetimeService
|
(Inherited from MarshalByRefObject) |
|
GetType
|
(Inherited from Object) |
|
InitializeLifetimeService
|
(Inherited from MarshalByRefObject) |
|
IntersectWith(LinearEntity3d)
|
|
|
IntersectWith(LinearEntity3d,
Tolerance)
|
|
|
IsClosedInU
|
(Inherited from Surface) |
|
IsClosedInU(Tolerance)
|
(Inherited from Surface) |
|
IsClosedInV
|
(Inherited from Surface) |
|
IsClosedInV(Tolerance)
|
(Inherited from Surface) |
|
IsCoplanarTo(PlanarEntity)
|
|
|
IsCoplanarTo(PlanarEntity,
Tolerance)
|
|
|
IsEqualTo(Entity3d)
|
(Inherited from Entity3d) |
|
IsEqualTo(Entity3d,
Tolerance)
|
(Inherited from Entity3d) |
|
IsOn(Point3d)
|
(Inherited from Entity3d) |
|
IsOn(Point3d,
Tolerance)
|
(Inherited from Entity3d) |
|
IsOn(Point3d,
Point2d)
|
(Inherited from Surface) |
|
IsOn(Point3d,
Point2d, Tolerance)
|
(Inherited from Surface) |
|
IsParallelTo(LinearEntity3d)
|
|
|
IsParallelTo(PlanarEntity)
|
|
|
IsParallelTo(LinearEntity3d,
Tolerance)
|
|
|
IsParallelTo(PlanarEntity,
Tolerance)
|
|
|
IsPerpendicularTo(LinearEntity3d)
|
|
|
IsPerpendicularTo(PlanarEntity)
|
|
|
IsPerpendicularTo(LinearEntity3d,
Tolerance)
|
|
|
IsPerpendicularTo(PlanarEntity,
Tolerance)
|
|
|
MemberwiseClone
|
(Inherited from Object) |
|
MemberwiseClone(Boolean)
|
(Inherited from MarshalByRefObject) |
|
Mirror
|
(Inherited from Entity3d) |
|
ParameterOf(Point3d)
|
(Inherited from Surface) |
|
ParameterOf(Point3d,
Tolerance)
|
(Inherited from Surface) |
|
RotateBy
|
(Inherited from Entity3d) |
|
ScaleBy
|
(Inherited from Entity3d) |
|
ToString
|
(Inherited from Object) |
|
TransformBy
|
(Inherited from Entity3d) |
|
TranslateBy
|
(Inherited from Entity3d) |
Top
See Also