MeshingParameters.DocumentCurrentSetting Method

MeshingParametersDocumentCurrentSetting Method

Gets the MeshingParameters that are currently set for a document. These are the same settings that are shown in the DocumentProperties "mesh settings" user interface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static MeshingParameters DocumentCurrentSetting(
	RhinoDoc doc
)
Public Shared Function DocumentCurrentSetting ( 
	doc As RhinoDoc
) As MeshingParameters

Parameters

doc
Type: RhinoRhinoDoc
A Rhino document to query.

Return Value

Type: MeshingParameters
Meshing parameters of the document.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf doc is null.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also