Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

fcd16342 67e0 c951 d575 acfc37e3a056

haplokuon edited this page May 6, 2023 · 1 revision

HatchBoundaryPath.Spline(EntityObject) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the HatchBoundaryPath.Spline class.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Spline(
	EntityObject entity
)

VB

Public Sub New ( 
	entity As EntityObject
)

C++

public:
Spline(
	EntityObject^ entity
)

F#

new : 
        entity : EntityObject -> Spline

Parameters

  EntityObject
Entity that represents the edge.

See Also

Reference

HatchBoundaryPath.Spline Class
HatchBoundaryPath.Spline Overload
netDxf.Entities Namespace

Clone this wiki locally