NurbsSurfaceCreateFromSphere Method |
Constructs a new NURBS surfaces from sphere data.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static NurbsSurface CreateFromSphere(
Sphere sphere
)
Public Shared Function CreateFromSphere (
sphere As Sphere
) As NurbsSurface
Parameters
- sphere
- Type: Rhino.GeometrySphere
A sphere value.
Return Value
Type:
NurbsSurfaceA new NURBS surface, or null on error.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also