Inheritance Hierarchy
 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public abstract class Curve2d : Entity2d
 
Public MustInherit Class Curve2d
        Inherits Entity2d
 
public ref class Curve2d abstract : public Entity2d
 
[<AbstractClassAttribute>]
type Curve2d = 
    class
        inherit Entity2d
    end
 
 
 
 
The Curve2d type exposes the
following members.
Properties
 
Methods
 
|   | 
Name | 
Description | 
 
 | 
Clone
 | 
 
(Inherited from Entity2d) | 
  
 | 
Create
 | 
  | 
 
 | 
CreateObjRef
 | 
 
(Inherited from MarshalByRefObject) | 
 
 | 
DeleteUnmanagedObject
 | 
 
(Inherited from Entity2d) | 
 
 | 
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(Curve2d)
 | 
  | 
 
 | 
GetClosestPointTo(Point2d)
 | 
  | 
 
 | 
GetClosestPointTo(Curve2d,
Tolerance)
 | 
  | 
 
 | 
GetClosestPointTo(Point2d,
Tolerance)
 | 
  | 
 
 | 
GetDistanceTo(Curve2d)
 | 
  | 
 
 | 
GetDistanceTo(Point2d)
 | 
  | 
 
 | 
GetDistanceTo(Curve2d,
Tolerance)
 | 
  | 
 
 | 
GetDistanceTo(Point2d,
Tolerance)
 | 
  | 
 
 | 
GetHashCode
 | 
 
(Inherited from DisposableWrapper) | 
 
 | 
GetInterval
 | 
  | 
 
 | 
GetLength(Double,
Double)
 | 
  | 
 
 | 
GetLength(Double,
Double, Tolerance)
 | 
  | 
 
 | 
GetLifetimeService
 | 
 
(Inherited from MarshalByRefObject) | 
 
 | 
GetNormalPoint(Point2d)
 | 
  | 
 
 | 
GetNormalPoint(Point2d,
Tolerance)
 | 
  | 
 
 | 
GetOrthoBoundBlockOf
 | 
  | 
 
 | 
GetParameterAtLength(Double,
Double, Boolean)
 | 
  | 
 
 | 
GetParameterAtLength(Double,
Double, Boolean, Tolerance)
 | 
  | 
 
 | 
GetParameterOf(Point2d)
 | 
  | 
 
 | 
GetParameterOf(Point2d,
Tolerance)
 | 
  | 
 
 | 
GetReverseParameterCurve
 | 
  | 
 
 | 
GetSamplePoints(Int32)
 | 
  | 
 
 | 
GetSamplePoints(Double,
Double, Double)
 | 
  | 
 
 | 
GetSplitCurves
 | 
  | 
 
 | 
GetTrimmedOffset(Double,
OffsetCurveExtensionType)
 | 
  | 
 
 | 
GetTrimmedOffset(Double,
OffsetCurveExtensionType, Tolerance)
 | 
  | 
 
 | 
GetType
 | 
 
(Inherited from Object) | 
 
 | 
InitializeLifetimeService
 | 
 
(Inherited from MarshalByRefObject) | 
 
 | 
IsClosed
 | 
  | 
 
 | 
IsClosed(Tolerance)
 | 
  | 
 
 | 
IsDegenerate(Entity2d)
 | 
  | 
 
 | 
IsDegenerate(Entity2d, Tolerance)
 | 
  | 
 
 | 
IsEqualTo(Entity2d)
 | 
 
(Inherited from Entity2d) | 
 
 | 
IsEqualTo(Entity2d,
Tolerance)
 | 
 
(Inherited from Entity2d) | 
 
 | 
IsLinear(Line2d)
 | 
  | 
 
 | 
IsLinear(Line2d,
Tolerance)
 | 
  | 
 
 | 
IsOn(Double)
 | 
  | 
 
 | 
IsOn(Point2d)
 | 
  | 
 
 | 
IsOn(Double,
Tolerance)
 | 
  | 
 
 | 
IsOn(Point2d,
Double)
 | 
  | 
 
 | 
IsOn(Point2d,
Tolerance)
 | 
  | 
 
 | 
IsOn(Point2d,
Double, Tolerance)
 | 
  | 
 
 | 
IsPeriodic
 | 
  | 
 
 | 
MemberwiseClone
 | 
 
(Inherited from Object) | 
 
 | 
MemberwiseClone(Boolean)
 | 
 
(Inherited from MarshalByRefObject) | 
 
 | 
Mirror
 | 
 
(Inherited from Entity2d) | 
 
 | 
RotateBy
 | 
 
(Inherited from Entity2d) | 
 
 | 
ScaleBy
 | 
 
(Inherited from Entity2d) | 
 
 | 
SetInterval
 | 
  | 
 
 | 
ToString
 | 
 
(Inherited from Object) | 
 
 | 
TransformBy
 | 
 
(Inherited from Entity2d) | 
 
 | 
TranslateBy
 | 
 
(Inherited from Entity2d) | 
Top
 
See Also
 
Inheritance Hierarchy