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

|
Create
|
|
|
CreateObjRef
|
(Inherited from MarshalByRefObject) |
|
DeleteUnmanagedObject
|
(Inherited from Entity3d) |
|
Dispose
|
(Inherited from DisposableWrapper) |
|
Dispose(Boolean)
|
(Inherited from DisposableWrapper) |
|
Equals
|
(Inherited from DisposableWrapper) |
|
EvaluatePoint
|
|
|
Explode
|
|
|
Finalize
|
(Inherited from DisposableWrapper) |
|
GetArea(Double,
Double)
|
|
|
GetArea(Double, Double,
Tolerance)
|
|
|
GetBoundBlockOf
|
|
|
GetClosestPointTo(Curve3d)
|
|
|
GetClosestPointTo(Point3d)
|
|
|
GetClosestPointTo(Curve3d,
Tolerance)
|
|
|
GetClosestPointTo(Point3d,
Tolerance)
|
|
|
GetDistanceTo(Curve3d)
|
|
|
GetDistanceTo(Point3d)
|
|
|
GetDistanceTo(Curve3d,
Tolerance)
|
|
|
GetDistanceTo(Point3d,
Tolerance)
|
|
|
GetHashCode
|
(Inherited from DisposableWrapper) |
|
GetInterval
|
|
|
GetLength
|
|
|
GetLifetimeService
|
(Inherited from MarshalByRefObject) |
|
GetNormalPoint(Point3d)
|
|
|
GetNormalPoint(Point3d,
Tolerance)
|
|
|
GetOrthoBoundBlockOf
|
|
|
GetOrthoProjectEntity(Plane)
|
|
|
GetOrthoProjectEntity(Plane,
Tolerance)
|
|
|
GetParameterAtLength
|
|
|
GetParameterOf(Point3d)
|
|
|
GetParameterOf(Point3d,
Tolerance)
|
|
|
GetProjectedClosestPointTo(Curve3d,
Vector3d)
|
|
|
GetProjectedClosestPointTo(Point3d,
Vector3d)
|
|
|
GetProjectedClosestPointTo(Curve3d,
Vector3d, Tolerance)
|
|
|
GetProjectedClosestPointTo(Point3d,
Vector3d, Tolerance)
|
|
|
GetProjectedEntity(Plane,
Vector3d)
|
|
|
GetProjectedEntity(Plane,
Vector3d, Tolerance)
|
|
|
GetReverseParameterCurve
|
|
|
GetSamplePoints(Int32)
|
|
|
GetSamplePoints(Double,
Double, Double)
|
|
|
GetSplitCurves
|
|
|
GetTrimmedOffset(Double,
Vector3d, OffsetCurveExtensionType)
|
|
|
GetTrimmedOffset(Double,
Vector3d, OffsetCurveExtensionType, Tolerance)
|
|
|
GetType
|
(Inherited from Object) |
|
InitializeLifetimeService
|
(Inherited from MarshalByRefObject) |
|
IsClosed
|
|
|
IsClosed(Tolerance)
|
|
|
IsCoplanarWith(Curve3d,
Plane)
|
|
|
IsCoplanarWith(Curve3d,
Plane, Tolerance)
|
|
|
IsDegenerate(Entity3d)
|
|
|
IsDegenerate(Entity3d, Tolerance)
|
|
|
IsEqualTo(Entity3d)
|
(Inherited from Entity3d) |
|
IsEqualTo(Entity3d,
Tolerance)
|
(Inherited from Entity3d) |
|
IsLinear(Line3d)
|
|
|
IsLinear(Line3d,
Tolerance)
|
|
|
IsOn(Double)
|
|
|
IsOn(Point3d)
|
|
|
IsOn(Double,
Tolerance)
|
|
|
IsOn(Point3d,
Double)
|
|
|
IsOn(Point3d,
Tolerance)
|
|
|
IsOn(Point3d,
Double, Tolerance)
|
|
|
IsPeriodic
|
|
|
IsPlanar(Plane)
|
|
|
IsPlanar(Plane,
Tolerance)
|
|
|
MemberwiseClone
|
(Inherited from Object) |
|
MemberwiseClone(Boolean)
|
(Inherited from MarshalByRefObject) |
|
Mirror
|
(Inherited from Entity3d) |
|
RotateBy
|
(Inherited from Entity3d) |
|
ScaleBy
|
(Inherited from Entity3d) |
|
SetInterval
|
|
|
ToString
|
(Inherited from Object) |
|
TransformBy
|
(Inherited from Entity3d) |
|
TranslateBy
|
(Inherited from Entity3d) |
Top
See Also
Inheritance Hierarchy