This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 435
7643de7b 3bf1 b95c 1e8b 8a15a7ddd8f5
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the NURBSSurface class
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public NURBSSurface(
BasisFunctionInput input0,
BasisFunctionInput input1,
Vector3[] controls,
double[] weights
)
VB
Public Sub New (
input0 As BasisFunctionInput,
input1 As BasisFunctionInput,
controls As Vector3(),
weights As Double()
)
C++
public:
NURBSSurface(
BasisFunctionInput input0,
BasisFunctionInput input1,
array<Vector3>^ controls,
array<double>^ weights
)
F#
new :
input0 : BasisFunctionInput *
input1 : BasisFunctionInput *
controls : Vector3[] *
weights : float[] -> NURBSSurface
- BasisFunctionInput
- \[Missing <param name="input0"/> documentation for "M:netDxf.GTE.NURBSSurface.#ctor(netDxf.GTE.BasisFunctionInput,netDxf.GTE.BasisFunctionInput,netDxf.Vector3[],System.Double[])"\]
- BasisFunctionInput
- \[Missing <param name="input1"/> documentation for "M:netDxf.GTE.NURBSSurface.#ctor(netDxf.GTE.BasisFunctionInput,netDxf.GTE.BasisFunctionInput,netDxf.Vector3[],System.Double[])"\]
- Vector3[]
- \[Missing <param name="controls"/> documentation for "M:netDxf.GTE.NURBSSurface.#ctor(netDxf.GTE.BasisFunctionInput,netDxf.GTE.BasisFunctionInput,netDxf.Vector3[],System.Double[])"\]
- Double[]
- \[Missing <param name="weights"/> documentation for "M:netDxf.GTE.NURBSSurface.#ctor(netDxf.GTE.BasisFunctionInput,netDxf.GTE.BasisFunctionInput,netDxf.Vector3[],System.Double[])"\]