RhinoDoc.GetMeshingParameters Method

RhinoDocGetMeshingParameters Method

Get MeshingParameters currently used by the document

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public MeshingParameters GetMeshingParameters(
	MeshingParameterStyle style
)
Public Function GetMeshingParameters ( 
	style As MeshingParameterStyle
) As MeshingParameters

Parameters

style
Type: Rhino.GeometryMeshingParameterStyle

[Missing <param name="style"/> documentation for "M:Rhino.RhinoDoc.GetMeshingParameters(Rhino.Geometry.MeshingParameterStyle)"]

Return Value

Type: MeshingParameters

[Missing <returns> documentation for "M:Rhino.RhinoDoc.GetMeshingParameters(Rhino.Geometry.MeshingParameterStyle)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also