EllipticalArc3d Class

This class represents 3D elliptical arcs and full ellipses in 3D space.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.GeometryEntity3d
        Teigha.GeometryCurve3d
          Teigha.GeometryEllipticalArc3d

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public sealed class EllipticalArc3d : Curve3d

The EllipticalArc3d type exposes the following members.

Constructors
  Name Description
Public method EllipticalArc3d Default constructor for the EllipticalArc3d class. Creates a default corresponding C++ object with center at the coordinates origin, major axis is kXAxis, minor axis is kYAxis, minor radius and major radius is 1.0, start parameter is equal to 0.0, and end parameter is equal to Oda2PI.
Public method EllipticalArc3d(Point3d, Vector3d, Vector3d, Double, Double) Constructor for the EllipticalArc3d class. Creates an elliptical arc by the specified parameters.
Public method EllipticalArc3d(Point3d, Vector3d, Vector3d, Double, Double, Double, Double) Constructor for the EllipticalArc2d class. Creates an elliptical arc by the specified parameters.
Top
Properties
  Name Description
Public property AutoDelete Property that indicates whether the object should be automatically deleted by the Garbage Collector.
(Inherited from DisposableWrapper)
Public property BoundBlock Property that represents an oriented bounding box of curve.
(Inherited from Curve3d)
Public property Center Property that represents the center of the elliptical arc.
Public property EndAngle Property that represents the end angle of the elliptical arc.
Public property EndPoint Property that represents the end point of this elliptical arc.
Public property HasEndPoint Property that indicates whether the parametric interval of the curve has an upper bound.
(Inherited from Curve3d)
Public property HasStartPoint Property that indicates whether the parametric interval of the curve has a lower bound.
(Inherited from Curve3d)
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property MajorAxis Property that represents the major axis of the elliptical arc.
Public property MajorRadius Property that represents the major radius of the elliptical arc.
Public property MinorAxis Property that represents the minor axis of the elliptical arc.
Public property MinorRadius Property that represents the minor radius of the elliptical arc.
Public property Normal Property that represents the normal to this elliptical arc as a unit vector.
Public property OrthoBoundBlock Property that represents a bounding box whose edges are aligned with the coordinate axes.
(Inherited from Curve3d)
Public property StartAngle Property that represents the start angle of the elliptical arc.
Public property StartPoint Property that represents the start point of this elliptical arc.
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method Clone Clones this entity and returns a handle to the cloned entity.
(Inherited from Entity3d)
Public method ClosestPointToPlane(PlanarEntity) Calculates the point on the elliptical arc that is closest to the specified plane and the point on the specified plane that is closest to the elliptical arc.
Public method ClosestPointToPlane(PlanarEntity, Tolerance) Calculates the point on the elliptical arc that is closest to the specified plane and the point on the specified plane that is closest to the elliptical arc.
Public methodStatic member Create Creates an object based on the passed pointer and returns a handle to the created object.
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Public method Dispose
(Inherited from DisposableWrapper)
Public method Equals Checks objects for equality.
(Inherited from DisposableWrapper)
Public method EvaluatePoint Retrieves the point on the curve corresponding to the specified parameter value.
(Inherited from Curve3d)
Public method Explode Explodes the curve into its component sub-curves.
(Inherited from Curve3d)
Public method GetArea(Double, Double) Retrieves the area of the parametric interval defined by the passed start and end parameters.
(Inherited from Curve3d)
Public method GetArea(Double, Double, Tolerance) Retrieves the area of the parametric interval defined by the passed start and end parameters.
(Inherited from Curve3d)
Public method GetBoundBlockOf Retrieves the oriented bounding box of the specified sub-interval of this curve.
(Inherited from Curve3d)
Public method GetClosestPointTo(Curve3d) Retrieves the closest points between this curve and the passed curve.
(Inherited from Curve3d)
Public method GetClosestPointTo(Point3d) Retrieves the closest point on this curve to the specified point.
(Inherited from Curve3d)
Public method GetClosestPointTo(Curve3d, Tolerance) Retrieves the closest points between this curve and the passed curve within a specified tolerance.
(Inherited from Curve3d)
Public method GetClosestPointTo(Point3d, Tolerance) Retrieves the closest point on this curve to the specified point within a specified tolerance.
(Inherited from Curve3d)
Public method GetDistanceTo(Curve3d) Retrieves the distance of the closest points between this curve and the passed curve.
(Inherited from Curve3d)
Public method GetDistanceTo(Point3d) Retrieves the distance of the closest point on this curve and the specified point.
(Inherited from Curve3d)
Public method GetDistanceTo(Curve3d, Tolerance) Retrieves the distance of the closest points between this curve and the passed curve within a specified tolerance.
(Inherited from Curve3d)
Public method GetDistanceTo(Point3d, Tolerance) Retrieves the distance of the closest point on this curve and the specified point within a specified tolerance.
(Inherited from Curve3d)
Public method GetHashCode Retrieves the object hash code.
(Inherited from DisposableWrapper)
Public method GetInterval Retrieves the parametric interval of this curve.
(Inherited from Curve3d)
Public method GetLength Retrieves the arc length of the curve between the two parameter values.
(Inherited from Curve3d)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetNormalPoint(Point3d) Retrieves the point on this curve where normal extends through the passed point.
(Inherited from Curve3d)
Public method GetNormalPoint(Point3d, Tolerance) Retrieves the point on this curve where normal extends through the passed point within the specified tolerance.
(Inherited from Curve3d)
Public method GetOrthoBoundBlockOf Retrieves the bounding box of the specified parametric range of this curve. Bounding box sides are parallel to the coordinate axes.
(Inherited from Curve3d)
Public method GetOrthoProjectEntity(Plane) Retrieves the entity representing the curve's orthogonal projection onto the projection plane.
(Inherited from Curve3d)
Public method GetOrthoProjectEntity(Plane, Tolerance) Retrieves the entity representing the curve's orthogonal projection onto the projection plane.
(Inherited from Curve3d)
Public method GetParameterAtLength Retrieves the parameter value of the point whose arc length distance is the input length.
(Inherited from Curve3d)
Public method GetParameterOf(Point3d) Retrieves the parameter value of a point.
(Inherited from Curve3d)
Public method GetParameterOf(Point3d, Tolerance) Retrieves the parameter value of a point within a specified tolerance.
(Inherited from Curve3d)
Public method GetPlane  
Public method GetProjectedClosestPointTo(Curve3d, Vector3d) Retrieves the point on this curve closest to the specified curve, and the point on the passed curve closest to this curve, when this curve is projected in the specified direction.
(Inherited from Curve3d)
Public method GetProjectedClosestPointTo(Point3d, Vector3d) Retrieves the point on this curve closest to the specified point when projected in the specified direction.
(Inherited from Curve3d)
Public method GetProjectedClosestPointTo(Curve3d, Vector3d, Tolerance) Retrieves the points on this curve closest to the specified curve, and the point on the other curve closest to this curve, when this curve is projected in the specified direction.
(Inherited from Curve3d)
Public method GetProjectedClosestPointTo(Point3d, Vector3d, Tolerance) Retrieves the point on this curve closest to the specified point when projected in the specified direction.
(Inherited from Curve3d)
Public method GetProjectedEntity(Plane, Vector3d) Retrieves the entity representing the curve's projection onto the projection plane.
(Inherited from Curve3d)
Public method GetProjectedEntity(Plane, Vector3d, Tolerance) Retrieves the entity representing the curve's projection onto the projection plane.
(Inherited from Curve3d)
Public method GetReverseParameterCurve Reverses the parameter *direction* of this *curve*.
(Inherited from Curve3d)
Public method GetSamplePoints(Int32) Retrieves an array of sample points along this curve.
(Inherited from Curve3d)
Public method GetSamplePoints(Double, Double, Double) Retrieves specified arrays of sample points along this curve and their parameter values.
(Inherited from Curve3d)
Public method GetSplitCurves Retrieves two segments of this curve split at the specified parameter value.
(Inherited from Curve3d)
Public method GetTrimmedOffset(Double, Vector3d, OffsetCurveExtensionType) Receives one or more offset curves that represent the trimmed offset of the curve.
(Inherited from Curve3d)
Public method GetTrimmedOffset(Double, Vector3d, OffsetCurveExtensionType, Tolerance) Receives one or more offset curves that represent the trimmed offset of the curve.
(Inherited from Curve3d)
Public method GetType
(Inherited from Object)
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Public method IntersectWith(LinearEntity3d) Calculates intersection points with the specified linear entity.
Public method IntersectWith(PlanarEntity) Calculates intersection points with the specified plane.
Public method IntersectWith(LinearEntity3d, Tolerance) Calculates intersection points with the specified linear entity according to a geometric tolerance.
Public method IntersectWith(PlanarEntity, Tolerance) Calculates intersection points with the specified plane according to a geometric tolerance.
Public method IsCircular Checks whether this arc is circular.
Public method IsCircular(Tolerance) Checks whether this arc is circular within a geometric tolerance.
Public method IsClosed Checks whether the curve is closed.
(Inherited from Curve3d)
Public method IsClosed(Tolerance) Checks whether the curve is closed within a specified tolerance.
(Inherited from Curve3d)
Public method IsCoplanarWith(Curve3d, Plane) Checks whether the specified curve entity is coplanar with this curve and returns the common plane.
(Inherited from Curve3d)
Public method IsCoplanarWith(Curve3d, Plane, Tolerance) Checks whether the specified curve entity is coplanar with this curve and returns the common plane.
(Inherited from Curve3d)
Public method IsDegenerate(Entity3d) Checks whether this curve is degenerate and returns the type of entity that the curve degenerates to (if degenerate).
(Inherited from Curve3d)
Public method IsDegenerate(Entity3d, Tolerance) Checks whether this curve is degenerate and returns the type of entity that the curve degenerates to (if degenerate).
(Inherited from Curve3d)
Public method IsEqualTo(Entity3d) Checks whether this entity is equal to the specified entity.
(Inherited from Entity3d)
Public method IsEqualTo(Entity3d, Tolerance) Checks whether this entity is equal to the specified entity within a geometric tolerance.
(Inherited from Entity3d)
Public method IsInside(Point3d) Checks whether the specified point lies within the full ellipse.
Public method IsInside(Point3d, Tolerance) Checks whether the specified point lies within the full ellipse according to a geometric tolerance.
Public method IsLinear(Line3d) Checks whether this curve is linear.
(Inherited from Curve3d)
Public method IsLinear(Line3d, Tolerance) Checks whether this curve is linear within a specified tolerance.
(Inherited from Curve3d)
Public method IsOn(Double) Checks whether a specified parameter value is within a valid parametric range of the curve.
(Inherited from Curve3d)
Public method IsOn(Point3d) Checks whether a specified point lies on this curve.
(Inherited from Curve3d)
Public method IsOn(Double, Tolerance) Checks whether a specified parameter value is within a valid parametric range of the curve.
(Inherited from Curve3d)
Public method IsOn(Point3d, Double) Checks whether a specified point lies on this curve.
(Inherited from Curve3d)
Public method IsOn(Point3d, Tolerance) Checks whether a specified point lies on this curve within a specified tolerance.
(Inherited from Curve3d)
Public method IsOn(Point3d, Double, Tolerance) Checks whether a specified point lies on this curve.
(Inherited from Curve3d)
Public method IsPeriodic Checks whether the curve is periodic.
(Inherited from Curve3d)
Public method IsPlanar(Plane) Checks whether this curve is planar. If the curve is a line, this function returns an arbitrary plane that contains the line. The plane parameter contains meaningful data only if this function returns a value of true.
(Inherited from Curve3d)
Public method IsPlanar(Plane, Tolerance) Checks whether this curve is planar within a specified tolerance. If the curve is a line, this function returns an arbitrary plane that contains the line. The plane parameter contains meaningful data only if this function returns a value of true.
(Inherited from Curve3d)
Public method Mirror Mirrors this entity about the specified plane.
(Inherited from Entity3d)
Public method ProjectedIntersectWith(LinearEntity3d, Vector3d) Calculates intersection points with the specified plane.
Public method ProjectedIntersectWith(LinearEntity3d, Vector3d, Tolerance) Calculates intersection points with the specified plane according to a geometric tolerance.
Public method RotateBy Rotates this entity by the specified angle about the axis defined by the point and the vector.
(Inherited from Entity3d)
Public method ScaleBy Scales this entity by the scale factor about the specified point.
(Inherited from Entity3d)
Public method Set(Point3d, Vector3d, Vector3d, Double, Double) Sets the specified center, axes and radii for this arc.
Public method Set(Point3d, Vector3d, Vector3d, Double, Double, Double, Double) Sets the specified center, axes, radii and angles for this arc.
Public method SetAngles Sets the specified start and end angles for this elliptical arc.
Public method SetAxes Sets the specified axes for this elliptical arc.
Public method SetInterval Sets the parametric range of this curve.
(Inherited from Curve3d)
Public method ToString
(Inherited from Object)
Public method TransformBy Applies the specified 2D transformation matrix to this entity.
(Inherited from Entity3d)
Public method TranslateBy Translates this entity by applying a 3D translation vector.
(Inherited from Entity3d)
Top
Remarks
The angle of a point on an ellipse is measured by projecting the point along a vector perpendicular to the major axis onto a circle whose center is the center of this ellipse and whose radius is the major radius of this ellipse. The angle between the major axis of the ellipse, and a vector from the center of the ellipse to the intersection point with the circle, measured counterclockwise about the crossproduct of the major and minor axes, is the angle of the point on the ellipse. For more information, see Working with Elliptical Arcs.
See Also

©  Bricsys NV. All rights reserved.