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

7359b1f6 562f 67dc ead3 d30e6bb64cf0

haplokuon edited this page May 6, 2023 · 1 revision

BezierCurve Constructor

netDxf 3.0.0 Library

Initializes a new instance of the BezierCurve class

Definition

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

C#

public BezierCurve(
	Vector3[] controls,
	int degree
)

VB

Public Sub New ( 
	controls As Vector3(),
	degree As Integer
)

C++

public:
BezierCurve(
	array<Vector3>^ controls, 
	int degree
)

F#

new : 
        controls : Vector3[] * 
        degree : int -> BezierCurve

Parameters

  Vector3[]
\[Missing <param name="controls"/> documentation for "M:netDxf.GTE.BezierCurve.#ctor(netDxf.Vector3[],System.Int32)"\]
  Int32
\[Missing <param name="degree"/> documentation for "M:netDxf.GTE.BezierCurve.#ctor(netDxf.Vector3[],System.Int32)"\]

See Also

Reference

BezierCurve Class
netDxf.GTE Namespace

Clone this wiki locally