Description
Creates the NURBS surface equation by converting the specified sphere geometry to NURBS form.
Syntax
Function RFNurbsSurface.CreateSphere(radius As Double, pCenter As RFPoint3) As RFErrorCode
The CreateSphere syntax has these parts:
| Part | Description |
|---|---|
| radius | [IN] Double Required. Radius of the sphere. |
| pCenter | [IN] RFPoint3 Required. Center point of the sphere. |