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

ebac495a 265f 5101 ebf5 2b88c72ad634

haplokuon edited this page May 6, 2023 · 1 revision

SetWeight Method

netDxf 3.0.0 Library

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

Definition

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

C#

public void SetWeight(
	int i0,
	int i1,
	double weight
)

VB

Public Sub SetWeight ( 
	i0 As Integer,
	i1 As Integer,
	weight As Double
)

C++

public:
void SetWeight(
	int i0, 
	int i1, 
	double weight
)

F#

member SetWeight : 
        i0 : int * 
        i1 : int * 
        weight : float -> unit 

Parameters

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

See Also

Reference

NURBSSurface Class
netDxf.GTE Namespace

Clone this wiki locally