Click or drag to resize

DXFReaderNETControlEntitiesToLwPolylines Method

Groups a list of Lines, Arcs and polylines into lwpolylines.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.52
Syntax
public List<LwPolyline> EntitiesToLwPolylines(
	IEnumerable<EntityObject> Entities,
	int Precision = 36
)

Parameters

Entities
Type: System.Collections.GenericIEnumerableEntityObject
The list of entities.
Precision (Optional)
Type: SystemInt32
Number of vertexes generated for circles, ellipses, splines and arcs.

Return Value

Type: ListLwPolyline
A list of lwpolylines
See Also