Inheritance Hierarchy
 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public abstract class Surface : Entity3d
 
Public MustInherit Class Surface
        Inherits Entity3d
 
public ref class Surface abstract : public Entity3d
 
[<AbstractClassAttribute>]
type Surface = 
    class
        inherit Entity3d
    end
 
 
 
 
The Surface type exposes the
following members.
Properties
 
Methods
 
|   | 
Name | 
Description | 
 
 | 
Clone
 | 
 
(Inherited from Entity3d) | 
 
 | 
ClosestPointTo(Point3d)
 | 
  | 
 
 | 
ClosestPointTo(Point3d,
Tolerance)
 | 
  | 
  
 | 
Create
 | 
  | 
 
 | 
CreateObjRef
 | 
 
(Inherited from MarshalByRefObject) | 
 
 | 
DeleteUnmanagedObject
 | 
 
(Inherited from Entity3d) | 
 
 | 
Dispose
 | 
 
(Inherited from DisposableWrapper) | 
 
 | 
Dispose(Boolean)
 | 
 
(Inherited from DisposableWrapper) | 
 
 | 
DistanceTo(Point3d)
 | 
  | 
 
 | 
DistanceTo(Point3d,
Tolerance)
 | 
  | 
 
 | 
Equals
 | 
 
(Inherited from DisposableWrapper) | 
 
 | 
EvaluatePoint(Point2d)
 | 
  | 
 
 | 
EvaluatePoint(Point2d,
Int32, Vector3dCollection)
 | 
  | 
 
 | 
EvaluatePoint(Point2d,
Int32, Vector3dCollection, Vector3d)
 | 
  | 
 
 | 
Finalize
 | 
 
(Inherited from DisposableWrapper) | 
 
 | 
GetClosestPointTo(Point3d)
 | 
  | 
 
 | 
GetClosestPointTo(Point3d,
Tolerance)
 | 
  | 
 
 | 
GetEnvelope
 | 
  | 
 
 | 
GetHashCode
 | 
 
(Inherited from DisposableWrapper) | 
 
 | 
GetLifetimeService
 | 
 
(Inherited from MarshalByRefObject) | 
 
 | 
GetType
 | 
 
(Inherited from Object) | 
 
 | 
InitializeLifetimeService
 | 
 
(Inherited from MarshalByRefObject) | 
 
 | 
IsClosedInU
 | 
  | 
 
 | 
IsClosedInU(Tolerance)
 | 
  | 
 
 | 
IsClosedInV
 | 
  | 
 
 | 
IsClosedInV(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)
 | 
  | 
 
 | 
IsOn(Point3d,
Point2d, Tolerance)
 | 
  | 
 
 | 
MemberwiseClone
 | 
 
(Inherited from Object) | 
 
 | 
MemberwiseClone(Boolean)
 | 
 
(Inherited from MarshalByRefObject) | 
 
 | 
Mirror
 | 
 
(Inherited from Entity3d) | 
 
 | 
ParameterOf(Point3d)
 | 
  | 
 
 | 
ParameterOf(Point3d,
Tolerance)
 | 
  | 
 
 | 
RotateBy
 | 
 
(Inherited from Entity3d) | 
 
 | 
ScaleBy
 | 
 
(Inherited from Entity3d) | 
 
 | 
ToString
 | 
 
(Inherited from Object) | 
 
 | 
TransformBy
 | 
 
(Inherited from Entity3d) | 
 
 | 
TranslateBy
 | 
 
(Inherited from Entity3d) | 
Top
 
See Also
 
Inheritance Hierarchy