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
)
Public Shared Function ConvertFrom (
entity As EntityObject
) As HatchBoundaryPathArc
public:
static HatchBoundaryPathArc^ ConvertFrom(
EntityObject^ entity
)
static member ConvertFrom :
entity : EntityObject -> HatchBoundaryPathArc
STATIC METHOD ConvertFrom(
entity AS EntityObject
) AS HatchBoundaryPathArc
Parameters
- entity
- Type: DXFReaderNET.EntitiesEntityObject
The arc entity to convert.
Return Value
Type:
HatchBoundaryPathArcThe edge.
See Also