Click or drag to resize

BrepCreateFromSphere Method

Constructs a Brep definition of a sphere.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Brep CreateFromSphere(
	Sphere sphere
)

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.
See Also