Click or drag to resize

CircularArc2dExtension Class

Provides extension methods for the CircularArc2d type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.GeometryCircularArc2dExtension

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

The CircularArc2dExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCentroid
Gets the centroid of the arc.
Public methodStatic memberGetTangentsTo(CircularArc2d, Point2d)
Gets the tangents between the active CircularArc2d instance complete circle and the point.
Public methodStatic memberGetTangentsTo(CircularArc2d, CircularArc2d, TangentType)
Gets the tangents between the active CircularArc2d instance complete circle and another one.
Public methodStatic memberSignedArea
- Gets the signed area of the circular arc (negative if points are clockwise).
Top
See Also