Click or drag to resize

HatchBoundaryPathArcConvertFrom Method

Converts an arc entity to edge.

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

Parameters

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

Return Value

Type: HatchBoundaryPathArc
The edge.
See Also