M_Rhino_RhinoDoc_SetCustomMeshingParameters - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoDoc.SetCustomMeshingParameters 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) Version: Rhino 6.0

Syntax

C#

public void SetCustomMeshingParameters(
	MeshingParameters mp
)

VB

Public Sub SetCustomMeshingParameters ( 
	mp As MeshingParameters
)

Parameters

 

mp
Type: Rhino.Geometry.MeshingParameters
[Missing documentation for "M:Rhino.RhinoDoc.SetCustomMeshingParameters(Rhino.Geometry.MeshingParameters)"]

Version Information

Supported in: 5D58w

See Also

Reference

RhinoDoc Class
Rhino Namespace

⚠️ **GitHub.com Fallback** ⚠️