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

e968fb9e 8fe6 b462 a4ea ef2ed0adc968

haplokuon edited this page May 6, 2023 · 1 revision

BSplineReduction Constructor

netDxf 3.0.0 Library

Initializes a new instance of the BSplineReduction class

Definition

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

Parameters

  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)"\]

See Also

Reference

BSplineReduction Class
netDxf.GTE Namespace

Clone this wiki locally