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

08d638d9 341b 898d 9698 39a8d0d6cce1

haplokuon edited this page May 6, 2023 · 1 revision

SetWeight Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.NURBSCurve.SetWeight(System.Int32,System.Double)"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public void SetWeight(
	int i,
	double weight
)

VB

Public Sub SetWeight ( 
	i As Integer,
	weight As Double
)

C++

public:
void SetWeight(
	int i, 
	double weight
)

F#

member SetWeight : 
        i : int * 
        weight : float -> unit 

Parameters

  Int32
\[Missing <param name="i"/> documentation for "M:netDxf.GTE.NURBSCurve.SetWeight(System.Int32,System.Double)"\]
  Double
\[Missing <param name="weight"/> documentation for "M:netDxf.GTE.NURBSCurve.SetWeight(System.Int32,System.Double)"\]

See Also

Reference

NURBSCurve Class
netDxf.GTE Namespace

Clone this wiki locally