Click or drag to resize

BrepCreateFromTorus Method

Constructs a Brep definition of a torus.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.1
Syntax
public static Brep CreateFromTorus(
	Torus torus
)

Parameters

torus
Type: Rhino.GeometryTorus
The torus.

Return Value

Type: Brep
A Brep representation of the torus if successful, null otherwise.
See Also