Description:
Asks the user to specify meshing parameters.
Syntax:
public static Result GetMeshParameters(
RhinoDoc doc,
ref MeshingParameters parameters,
ref Int32 uiStyle
)
RhinoDoc doc,
ref MeshingParameters parameters,
ref Int32 uiStyle
)
Parameters:
- doc
- Type: RhinoDoc
- The active document
- 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