Click or drag to resize

EllipseExtension Class

Provides extension methods for the Ellipse type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.GeometryEllipseExtension

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class EllipseExtension

The EllipseExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAngleAtParam
Gets the ellipse angle corresponding to the specified parameter.
Public methodStatic memberGetParamAtAngle
Gets the ellipse parameter corresponding to the specified angle.
Public methodStatic memberToPolyline
Generates a polyline to approximate an ellipse.
Top
See Also