Method CreateNURBSSurface
CreateNURBSSurface(int, int, DoubleList, DoubleList, Point3List, DoubleList)
Create a new NURBS surface
Declaration
public uint CreateNURBSSurface(int degreeU, int degreeV, DoubleList knotsU, DoubleList knotsV, Point3List poles, DoubleList weights = null)
Parameters
Type | Name | Description |
---|---|---|
int | degreeU | U degree |
int | degreeV | V degree |
DoubleList | knotsU | Knots on U |
DoubleList | knotsV | Knots on V |
Point3List | poles | Poles list |
DoubleList | weights | Weights list |
Returns
Type | Description |
---|---|
uint |