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

c04791b0 9408 2821 2d16 24554e7bc9d7

haplokuon edited this page May 6, 2023 · 1 revision

SplineCreationMethod Enumeration

netDxf 3.0.0 Library

Defines how the spline entity was created.

Definition

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

C#

public enum SplineCreationMethod

VB

Public Enumeration SplineCreationMethod

C++

public enum class SplineCreationMethod

F#

type SplineCreationMethod

Members

FitPoints 0 Creates a degree 3 (cubic) B-spline by specifying fit points that the spline must pass through.
ControlPoints 1 Creates a spline by specifying control points.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally