Click or drag to resize

DXFReaderNETControlSplitIntoParts Method

Generates a list of new DXF documents, each containing individual parts of the specified entities enclosed in closed sections.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<DxfDocument> SplitIntoParts(
	IEnumerable<EntityObject> Entities
)

Parameters

Entities
Type: System.Collections.GenericIEnumerableEntityObject
The list of entities.

Return Value

Type: ListDxfDocument
A list of DXF documents each containg a single part.
See Also