SurfaceTryGetSphere Method (Sphere) |
Test a surface to see if it is a portion of a sphere and return the sphere.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool TryGetSphere(
out Sphere sphere
)
Public Function TryGetSphere (
<OutAttribute> ByRef sphere As Sphere
) As Boolean
Parameters
- sphere
- Type: Rhino.GeometrySphere
On success, the sphere parameters are filled in.
Return Value
Type:
Booleantrue if the surface is a portion of a sphere.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.12
See Also