Click or drag to resize

HatchBoundaryPathPolylineConvertFrom Method

Converts a polyline entity to the edge.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static HatchBoundaryPathPolyline ConvertFrom(
	EntityObject entity
)

Parameters

entity
Type: DXFReaderNET.EntitiesEntityObject
The polyline entity to convert.

Return Value

Type: HatchBoundaryPathPolyline
The edge.
See Also