Click or drag to resize

SurfaceTryGetCone Method (Cone)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool TryGetCone(
	out Cone cone
)

Parameters

cone
Type: Rhino.GeometryCone
On success, the cone parameters are filled in.

Return Value

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