NurbCurve3dGetWeightAt Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public double GetWeightAt(
int index
)
Public Function GetWeightAt (
index As Integer
) As Double
public:
double GetWeightAt(
int index
)
member GetWeightAt :
index : int -> float
Parameters
- index
- Type: SystemInt32
Return Value
Type:
Double
See Also