Click or drag to resize

PolylineSegmentCollectionJoin Method (Tolerance)

Joins the contiguous segments into one or more instance of PolylineSegmentCollection. Points are compared using the specified Tolerance.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public List<PolylineSegmentCollection> Join(
	Tolerance tol
)

Parameters

tol
Type: Tolerance
The tolerance to be used in points equality comparison.

Return Value

Type: ListPolylineSegmentCollection
A list of instances of PolylineSegmentCollection.
See Also