Click or drag to resize

CircularArc3dExtension Class

Provides extension methods for the CircularArc3d type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.R20.GeometryCircularArc3dExtension

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public static class CircularArc3dExtension

The CircularArc3dExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetEllipticalArc
Gets the corresponding elliptical arc.
Public methodStatic memberGetTangentsTo(CircularArc3d, Point3d)
Gets the tangents between the active CircularArc3d instance complete circle and a point.
Public methodStatic memberGetTangentsTo(CircularArc3d, CircularArc3d, TangentType)
Gets the tangents between the active CircularArc3d instance complete circle and another one.
Top
See Also