M_Rhino_Geometry_Surface_TryGetCone_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.TryGetCone Method (Cone, Double)

Tests a surface to see if it is a portion of a cone and returns the cone.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool TryGetCone(
	out Cone cone,
	double tolerance
)

VB

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

Parameters

 

cone
Type: Rhino.Geometry.Cone
On success, the cone parameters are filled in.
tolerance
Type: System.Double
tolerance to use when checking.

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** ⚠️