Description:

Asks the user to specify meshing parameters.

Syntax:
public static Result GetMeshParameters(
RhinoDoc doc,
ref MeshingParameters parameters,
ref Int32 uiStyle
)
Parameters:
  • parameters
  • Type: MeshingParameters
  • The initial meshing parameters. If successful, the updated meshing parameters are returned here.
  • uiStyle
  • Type: System.Int32
  • The user interface style, where: 0 = simple dialog, 1 = details dialog, 2 = script or batch mode.
Returns:
Type: Result
Commands.Result.Success if successful.
Available since:
7.0

/
/
/
GetMeshParameters

GetMeshParameters method

Class:  Rhino.Input.RhinoGet

Nothing found