This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
32d26471 6543 b7a0 711c d676c097541f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Creates a BoundaryBoundaryPath from an entity.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static HatchBoundaryPath.Line ConvertFrom(
EntityObject entity
)VB
Public Shared Function ConvertFrom (
entity As EntityObject
) As HatchBoundaryPath.LineC++
public:
static HatchBoundaryPath.Line^ ConvertFrom(
EntityObject^ entity
)F#
static member ConvertFrom :
entity : EntityObject -> HatchBoundaryPath.Line - EntityObject
- An entity.
HatchBoundaryPath.Line
A HatchBoundaryPath line.