Click or drag to resize

RhinoDocSetCustomMeshingParameters Method

Set the custom meshing parameters that this document will use. You must also modify the MeshingParameterStyle property on the document to Custom if you want these meshing parameters to be used

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public void SetCustomMeshingParameters(
	MeshingParameters mp
)

Parameters

mp
Type: Rhino.GeometryMeshingParameters

[Missing <param name="mp"/> documentation for "M:Rhino.RhinoDoc.SetCustomMeshingParameters(Rhino.Geometry.MeshingParameters)"]

See Also