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
67514aa6 dc63 ef9f fbdd 0f93b12d0e79
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the BasisFunctionInput class
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public BasisFunctionInput(
int inNumControls,
int inDegree
)
VB
Public Sub New (
inNumControls As Integer,
inDegree As Integer
)
C++
public:
BasisFunctionInput(
int inNumControls,
int inDegree
)
F#
new :
inNumControls : int *
inDegree : int -> BasisFunctionInput
- Int32
- \[Missing <param name="inNumControls"/> documentation for "M:netDxf.GTE.BasisFunctionInput.#ctor(System.Int32,System.Int32)"\]
- Int32
- \[Missing <param name="inDegree"/> documentation for "M:netDxf.GTE.BasisFunctionInput.#ctor(System.Int32,System.Int32)"\]