Click or drag to resize

PolylineSegmentToCircularArc Method

Converts the circular arc segment into an instance of CircularArc2d.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public CircularArc2d ToCircularArc()

Return Value

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