Method ConvertSurfaceIntoNurbs
ConvertSurfaceIntoNurbs(uint, double, double, double, double)
Convert a surface into a nurbs
Declaration
public uint ConvertSurfaceIntoNurbs(uint surface, double minBoundsU = 0, double maxBoundsU = 0, double minBoundsV = 0, double maxBoundsV = 0)
Parameters
Type | Name | Description |
---|---|---|
uint | surface | Surface to convert |
double | minBoundsU | Minimum bound on the U axis parameter |
double | maxBoundsU | Maximum bound on the U axis parameter |
double | minBoundsV | Minimum bound on the V axis parameter |
double | maxBoundsV | Maximum bound on the V axis parameter |
Returns
Type | Description |
---|---|
uint |