Click or drag to resize

SurfaceTryGetTorus Method (Torus)

Tests a surface to see if it is a portion of a torus within RhinoMath.ZeroTolerance and returns the torus.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool TryGetTorus(
	out Torus torus
)

Parameters

torus
Type: Rhino.GeometryTorus
On success, the torus parameters are filled in.

Return Value

Type: Boolean
true if the surface is a portion of a torus.
See Also