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
)
Public Sub SetCustomMeshingParameters (
mp As MeshingParameters
)
Parameters
- mp
- Type: Rhino.GeometryMeshingParameters
[Missing <param name="mp"/> documentation for "M:Rhino.RhinoDoc.SetCustomMeshingParameters(Rhino.Geometry.MeshingParameters)"]
See Also