Click or drag to resize

HatchBoundaryPathSplineConvertFrom Method

Converts a spline entity to the edge.

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

Parameters

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

Return Value

Type: HatchBoundaryPathSpline
The edge.
See Also