M_Rhino_Geometry_NurbsSurface_CreateFromSphere - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsSurface.CreateFromSphere Method

Constructs a new NURBS surfaces from sphere data.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static NurbsSurface CreateFromSphere(
	Sphere sphere
)

VB

Public Shared Function CreateFromSphere ( 
	sphere As Sphere
) As NurbsSurface

Parameters

 

sphere
Type: Rhino.Geometry.Sphere
A sphere value.

Return Value

Type: NurbsSurface
A new NURBS surface, or null on error.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsSurface Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️