RhinoCommon API
GetEllipsoidGetMesh Method (Int32, Int32, Mesh) |
Prompt for the getting of a mesh ellipsoid.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0
public Result GetMesh( ref int verticalFaces, ref int aroundFaces, out Mesh ellipsoid )
Public Function GetMesh ( ByRef verticalFaces As Integer, ByRef aroundFaces As Integer, <OutAttribute> ByRef ellipsoid As Mesh ) As Result
Parameters
- verticalFaces
- Type: SystemInt32
The number of faces in the vertical direction. - aroundFaces
- Type: SystemInt32
The number of faces in the around direction - ellipsoid
- Type: Rhino.GeometryMesh
The ellipsoid in Mesh form.
Return Value
Type: ResultThe result of the getting operation.