Click or drag to resize

PolylineSegmentToCircularArc Method

Converts the circular arc segment into an instance of CircularArc2d.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public CircularArc2d ToCircularArc()

Return Value

Type: CircularArc2d
A new instance of CircularArc2d or null if the segment is linear.
See Also