Click or drag to resize

GetSphereGetMesh Method

Prompt for the getting of a mesh sphere.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public Result GetMesh(
	ref GetSphereMeshSphereStyle style,
	ref int verticalFaces,
	ref int aroundFaces,
	ref int triangleSubdivisions,
	ref int quadSubdivisions,
	out Sphere sphere
)

Parameters

style
Type: Rhino.Input.CustomGetSphereMeshSphereStyle
The style of the mesh sphere.
verticalFaces
Type: SystemInt32
The number of UV mesh faces in the vertical direction.
aroundFaces
Type: SystemInt32
The number of UV mesh faces in the around direction.
triangleSubdivisions
Type: SystemInt32
The number of triangle mesh subdivisions.
quadSubdivisions
Type: SystemInt32
The number of quad mesh subdivisions.
sphere
Type: Rhino.GeometrySphere
The sphere geometry defined by the user.

Return Value

Type: Result
The result of the getting operation.
See Also