This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
3acf6cad 24b5 89b6 c30b d9317e8b052a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the HatchBoundaryPath.Spline
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static HatchBoundaryPath.Spline ConvertFrom(
EntityObject entity
)
VB
Public Shared Function ConvertFrom (
entity As EntityObject
) As HatchBoundaryPath.Spline
C++
public:
static HatchBoundaryPath.Spline^ ConvertFrom(
EntityObject^ entity
)
F#
static member ConvertFrom :
entity : EntityObject -> HatchBoundaryPath.Spline
- EntityObject
- Entity that represents the edge.
HatchBoundaryPath.Spline
[Missing <returns> documentation for "M:netDxf.Entities.HatchBoundaryPath.Spline.ConvertFrom(netDxf.Entities.EntityObject)"]