ExportUtils.GetNurbsSurfaceDataForSurface
Method
Description:
Returns the necessary information to define a NURBS surface for a given or .
Returns the necessary information to define a NURBS surface for a given or .
Remarks:
This function is intended for export purposes.
This function is intended for export purposes.
Parameters
| Parameter | Type | Description |
|---|---|---|
| surface | Surface | The HermiteSurface or RuledSurface to be converted. |
Return Value
| Type | Description |
|---|---|
| NurbsSurfaceData | A class containing the necessary data to define a NURBS surface. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | This surface type is not supported for this function. |
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | Couldn't get NURBS data from surface. |