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

|
Create
|
|
|
CreateObjRef
|
(Inherited from MarshalByRefObject) |
|
Dispose
|
(Inherited from DisposableWrapper) |
|
DistanceTo(Point3d)
|
(Inherited from Surface) |
|
DistanceTo(Point3d,
Tolerance)
|
(Inherited from Surface) |
|
Equals
|
(Inherited from DisposableWrapper) |
|
EvaluatePoint(Point2d)
|
(Inherited from Surface) |
|
EvaluatePoint(Point2d,
Int32, Vector3dCollection)
|
(Inherited from Surface) |
|
EvaluatePoint(Point2d,
Int32, Vector3dCollection, Vector3d)
|
(Inherited from Surface) |
|
GetClosestPointTo(Point3d)
|
(Inherited from Surface) |
|
GetClosestPointTo(Point3d,
Tolerance)
|
(Inherited from Surface) |
|
GetEnvelope
|
(Inherited from Surface) |
|
GetHashCode
|
(Inherited from DisposableWrapper) |
|
GetLifetimeService
|
(Inherited from MarshalByRefObject) |
|
GetType
|
(Inherited from Object) |
|
InitializeLifetimeService
|
(Inherited from MarshalByRefObject) |
|
IsClosedInU
|
(Inherited from Surface) |
|
IsClosedInU(Tolerance)
|
(Inherited from Surface) |
|
IsClosedInV
|
(Inherited from Surface) |
|
IsClosedInV(Tolerance)
|
(Inherited from Surface) |
|
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) |
|
Mirror
|
(Inherited from Entity3d) |
|
ParameterOf(Point3d)
|
(Inherited from Surface) |
|
ParameterOf(Point3d,
Tolerance)
|
(Inherited from Surface) |
|
RotateBy
|
(Inherited from Entity3d) |
|
ScaleBy
|
(Inherited from Entity3d) |
|
Set
|
|
|
SetToOwnSurface
|
|
|
ToString
|
(Inherited from Object) |
|
TransformBy
|
(Inherited from Entity3d) |
|
TranslateBy
|
(Inherited from Entity3d) |
Top
See Also