Click or drag to resize

GetEllipsoidGetMesh Method (Int32, Int32, Boolean, Mesh)

Prompt for the getting of a mesh ellipsoid.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public Result GetMesh(
	ref int verticalFaces,
	ref int aroundFaces,
	ref bool quadCaps,
	out Mesh ellipsoid
)

Parameters

verticalFaces
Type: SystemInt32
The number of faces in the vertical direction.
aroundFaces
Type: SystemInt32
The number of faces in the around direction
quadCaps
Type: SystemBoolean
Set true to create quad faces at the caps, false for triangles.
ellipsoid
Type: Rhino.GeometryMesh
The ellipsoid in Mesh form.

Return Value

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