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 407
414c8e73 b4c2 d0d8 a385 8e28a969af20
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the NURBSCurve class
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public NURBSCurve(
BasisFunctionInput input,
Vector3[] controls,
double[] weights
)
VB
Public Sub New (
input As BasisFunctionInput,
controls As Vector3(),
weights As Double()
)
C++
public:
NURBSCurve(
BasisFunctionInput input,
array<Vector3>^ controls,
array<double>^ weights
)
F#
new :
input : BasisFunctionInput *
controls : Vector3[] *
weights : float[] -> NURBSCurve
- BasisFunctionInput
- \[Missing <param name="input"/> documentation for "M:netDxf.GTE.NURBSCurve.#ctor(netDxf.GTE.BasisFunctionInput,netDxf.Vector3[],System.Double[])"\]
- Vector3[]
- \[Missing <param name="controls"/> documentation for "M:netDxf.GTE.NURBSCurve.#ctor(netDxf.GTE.BasisFunctionInput,netDxf.Vector3[],System.Double[])"\]
- Double[]
- \[Missing <param name="weights"/> documentation for "M:netDxf.GTE.NURBSCurve.#ctor(netDxf.GTE.BasisFunctionInput,netDxf.Vector3[],System.Double[])"\]