Inheritance Hierarchy
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public sealed class EllipticalArc2d : Curve2d
Public NotInheritable Class EllipticalArc2d
Inherits Curve2d
public ref class EllipticalArc2d sealed : public Curve2d
[<SealedAttribute>]
type EllipticalArc2d =
class
inherit Curve2d
end
The EllipticalArc2d type exposes
the following members.
Constructors
| |
Name |
Description |
|
EllipticalArc2d
|
Initializes a new instance of the EllipticalArc2d class |
|
EllipticalArc2d(CircularArc2d)
|
Initializes a new instance of the EllipticalArc2d class |
|
EllipticalArc2d(Point2d,
Vector2d, Vector2d, Double, Double)
|
Initializes a new instance of the EllipticalArc2d class |
|
EllipticalArc2d(Point2d,
Vector2d, Vector2d, Double, Double, Double, Double)
|
Initializes a new instance of the EllipticalArc2d 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) |
|
GetDistanceTo(Curve2d)
|
(Inherited from Curve2d) |
|
GetDistanceTo(Point2d)
|
(Inherited from Curve2d) |
|
GetDistanceTo(Curve2d,
Tolerance)
|
(Inherited from Curve2d) |
|
GetDistanceTo(Point2d,
Tolerance)
|
(Inherited from Curve2d) |
|
GetHashCode
|
(Inherited from DisposableWrapper) |
|
GetInterval
|
(Inherited from Curve2d) |
|
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) |
|
IntersectWith(LinearEntity2d)
|
|
|
IntersectWith(LinearEntity2d,
Tolerance)
|
|
|
IsCircular
|
|
|
IsCircular(Tolerance)
|
|
|
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) |
|
IsInside(Point2d)
|
|
|
IsInside(Point2d,
Tolerance)
|
|
|
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) |
|
Set(CircularArc2d)
|
|
|
Set(Point2d,
Vector2d, Vector2d, Double, Double)
|
|
|
Set(Point2d,
Vector2d, Vector2d, Double, Double, Double, Double)
|
|
|
SetAngles
|
|
|
SetAxes
|
|
|
SetInterval
|
(Inherited from Curve2d) |
|
ToString
|
(Inherited from Object) |
|
TransformBy
|
(Inherited from Entity2d) |
|
TranslateBy
|
(Inherited from Entity2d) |
Top
See Also