M_Rhino_Geometry_Surface_TryGetCone_1 - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public bool TryGetCone(
out Cone cone,
double tolerance
)
VB
Public Function TryGetCone (
<OutAttribute> ByRef cone As Cone,
tolerance As Double
) As Boolean
- cone
- Type: Rhino.Geometry.Cone
On success, the cone parameters are filled in. - tolerance
- Type: System.Double
tolerance to use when checking.
Type: Boolean
true if the surface is a portion of a cone.
Supported in: 6.0.16224.21491, 5D58w