Click or drag to resize

PolylineSegmentToLineSegment Method

Converts the linear segment into an instance of Line2dSegment.

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

Return Value

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