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 409
e968fb9e 8fe6 b462 a4ea ef2ed0adc968
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the BSplineReduction class
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public BSplineReduction(
Vector3[] inControls,
int degree,
double fraction
)
VB
Public Sub New (
inControls As Vector3(),
degree As Integer,
fraction As Double
)
C++
public:
BSplineReduction(
array<Vector3>^ inControls,
int degree,
double fraction
)
F#
new :
inControls : Vector3[] *
degree : int *
fraction : float -> BSplineReduction
- Vector3[]
- \[Missing <param name="inControls"/> documentation for "M:netDxf.GTE.BSplineReduction.#ctor(netDxf.Vector3[],System.Int32,System.Double)"\]
- Int32
- \[Missing <param name="degree"/> documentation for "M:netDxf.GTE.BSplineReduction.#ctor(netDxf.Vector3[],System.Int32,System.Double)"\]
- Double
- \[Missing <param name="fraction"/> documentation for "M:netDxf.GTE.BSplineReduction.#ctor(netDxf.Vector3[],System.Int32,System.Double)"\]