Brep.CreateFromSphere Method

BrepCreateFromSphere Method

Constructs a Brep definition of a sphere.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Brep CreateFromSphere(
	Sphere sphere
)
Public Shared Function CreateFromSphere ( 
	sphere As Sphere
) As Brep

Parameters

sphere
Type: Rhino.GeometrySphere
The input sphere provides the orienting plane and radius.

Return Value

Type: Brep
A Brep if successful, null on error.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also