Gets the data that defines the NURBS surface.
"nurbsSurface_var" is a variable referencing a NurbsSurface object. |
|
| Type | Description |
| boolean | Returns true if successful. |
| Name | Type | Description |
| degreeU | integer | The output degree in the U direction. |
| degreeV | integer | The output degree in the V direction. |
| controlPointCountU | integer | The output number of control points in the U direction. |
| controlPointCountV | integer | The output number of control points in the V direction. |
| controlPoints | Point3D[] | An output array of surface control points. |
| knotsU | double[] | The output knot vector for the U direction. |
| knotsV | double[] | The output knot vector for the V direction. |
| weights | double[] | An output array of weights that corresponds to the control points of the surface. |
| propertiesU | NurbsSurfaceProperties | The output properties (NurbsSurfaceProperties) of the surface in the U direction. |
| propertiesV | NurbsSurfaceProperties | The output properties (NurbsSurfaceProperties) of the surface in the V direction. |