Inheritance Hierarchy
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public sealed class CubicSplineCurve2d : SplineEntity2d
Public NotInheritable Class CubicSplineCurve2d
Inherits SplineEntity2d
public ref class CubicSplineCurve2d sealed : public SplineEntity2d
[<SealedAttribute>]
type CubicSplineCurve2d =
class
inherit SplineEntity2d
end
The CubicSplineCurve2d type
exposes the following members.
Constructors
| |
Name |
Description |
|
CubicSplineCurve2d
|
Initializes a new instance of the CubicSplineCurve2d class |
|
CubicSplineCurve2d(Point2dCollection)
|
Initializes a new instance of the CubicSplineCurve2d class |
|
CubicSplineCurve2d(Curve2d,
Double)
|
Initializes a new instance of the CubicSplineCurve2d class |
|
CubicSplineCurve2d(Point2dCollection,
Tolerance)
|
Initializes a new instance of the CubicSplineCurve2d class |
|
CubicSplineCurve2d(Point2dCollection,
Vector2d, Vector2d)
|
Initializes a new instance of the CubicSplineCurve2d class |
|
CubicSplineCurve2d(KnotCollection,
Point2dCollection, Vector2dCollection, Boolean)
|
Initializes a new instance of the CubicSplineCurve2d class |
|
CubicSplineCurve2d(Point2dCollection,
Vector2d, Vector2d, Tolerance)
|
Initializes a new instance of the CubicSplineCurve2d class |
Top
Properties
Methods
| |
Name |
Description |
|
Clone
|
(Inherited from Entity2d) |

|
Create
|
|
|
CreateObjRef
|
(Inherited from MarshalByRefObject) |
|
Dispose
|
(Inherited from DisposableWrapper) |
|
Equals
|
(Inherited from DisposableWrapper) |
|
EvaluatePoint
|
(Inherited from Curve2d) |
|
Explode
|
(Inherited from Curve2d) |
|
GetArea(Double,
Double)
|
(Inherited from Curve2d) |
|
GetArea(Double, Double,
Tolerance)
|
(Inherited from Curve2d) |
|
GetBoundBlockOf
|
(Inherited from Curve2d) |
|
GetClosestPointTo(Curve2d)
|
(Inherited from Curve2d) |
|
GetClosestPointTo(Point2d)
|
(Inherited from Curve2d) |
|
GetClosestPointTo(Curve2d,
Tolerance)
|
(Inherited from Curve2d) |
|
GetClosestPointTo(Point2d,
Tolerance)
|
(Inherited from Curve2d) |
|
GetContinuityAtKnot(Int32)
|
(Inherited from SplineEntity2d) |
|
GetContinuityAtKnot(Int32,
Tolerance)
|
(Inherited from SplineEntity2d) |
|
GetControlPointAt
|
(Inherited from SplineEntity2d) |
|
GetDistanceTo(Curve2d)
|
(Inherited from Curve2d) |
|
GetDistanceTo(Point2d)
|
(Inherited from Curve2d) |
|
GetDistanceTo(Curve2d,
Tolerance)
|
(Inherited from Curve2d) |
|
GetDistanceTo(Point2d,
Tolerance)
|
(Inherited from Curve2d) |
|
GetFirstDerivativeAt
|
|
|
GetFitPointAt
|
|
|
GetHashCode
|
(Inherited from DisposableWrapper) |
|
GetInterval
|
(Inherited from Curve2d) |
|
GetKnotAt
|
(Inherited from SplineEntity2d) |
|
GetLength(Double,
Double)
|
(Inherited from Curve2d) |
|
GetLength(Double,
Double, Tolerance)
|
(Inherited from Curve2d) |
|
GetLifetimeService
|
(Inherited from MarshalByRefObject) |
|
GetNormalPoint(Point2d)
|
(Inherited from Curve2d) |
|
GetNormalPoint(Point2d,
Tolerance)
|
(Inherited from Curve2d) |
|
GetOrthoBoundBlockOf
|
(Inherited from Curve2d) |
|
GetParameterAtLength(Double,
Double, Boolean)
|
(Inherited from Curve2d) |
|
GetParameterAtLength(Double,
Double, Boolean, Tolerance)
|
(Inherited from Curve2d) |
|
GetParameterOf(Point2d)
|
(Inherited from Curve2d) |
|
GetParameterOf(Point2d,
Tolerance)
|
(Inherited from Curve2d) |
|
GetReverseParameterCurve
|
(Inherited from Curve2d) |
|
GetSamplePoints(Int32)
|
(Inherited from Curve2d) |
|
GetSamplePoints(Double,
Double, Double)
|
(Inherited from Curve2d) |
|
GetSplitCurves
|
(Inherited from Curve2d) |
|
GetTrimmedOffset(Double,
OffsetCurveExtensionType)
|
(Inherited from Curve2d) |
|
GetTrimmedOffset(Double,
OffsetCurveExtensionType, Tolerance)
|
(Inherited from Curve2d) |
|
GetType
|
(Inherited from Object) |
|
InitializeLifetimeService
|
(Inherited from MarshalByRefObject) |
|
IsClosed
|
(Inherited from Curve2d) |
|
IsClosed(Tolerance)
|
(Inherited from Curve2d) |
|
IsDegenerate(Entity2d)
|
(Inherited from Curve2d) |
|
IsDegenerate(Entity2d, Tolerance)
|
(Inherited from Curve2d) |
|
IsEqualTo(Entity2d)
|
(Inherited from Entity2d) |
|
IsEqualTo(Entity2d,
Tolerance)
|
(Inherited from Entity2d) |
|
IsLinear(Line2d)
|
(Inherited from Curve2d) |
|
IsLinear(Line2d,
Tolerance)
|
(Inherited from Curve2d) |
|
IsOn(Double)
|
(Inherited from Curve2d) |
|
IsOn(Point2d)
|
(Inherited from Curve2d) |
|
IsOn(Double,
Tolerance)
|
(Inherited from Curve2d) |
|
IsOn(Point2d,
Double)
|
(Inherited from Curve2d) |
|
IsOn(Point2d,
Tolerance)
|
(Inherited from Curve2d) |
|
IsOn(Point2d,
Double, Tolerance)
|
(Inherited from Curve2d) |
|
IsPeriodic
|
(Inherited from Curve2d) |
|
Mirror
|
(Inherited from Entity2d) |
|
RotateBy
|
(Inherited from Entity2d) |
|
ScaleBy
|
(Inherited from Entity2d) |
|
SetControlPointAt
|
(Inherited from SplineEntity2d) |
|
SetFirstDerivativeAt
|
|
|
SetFitPointAt
|
|
|
SetInterval
|
(Inherited from Curve2d) |
|
SetKnotAt
|
(Inherited from SplineEntity2d) |
|
ToString
|
(Inherited from Object) |
|
TransformBy
|
(Inherited from Entity2d) |
|
TranslateBy
|
(Inherited from Entity2d) |
Top
See Also