M_Rhino_Geometry_Surface_TryGetCone - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.TryGetCone 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) Version: Rhino 6.0

Syntax

C#

public bool TryGetCone(
	out Cone cone
)

VB

Public Function TryGetCone ( 
	<OutAttribute> ByRef cone As Cone
) As Boolean

Parameters

 

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

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
TryGetCone Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️