Click or drag to resize

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)
Since: 5.0
Syntax
public static MeshingParameters DocumentCurrentSetting(
	RhinoDoc doc
)

Parameters

doc
Type: RhinoRhinoDoc
A Rhino document to query.

Return Value

Type: MeshingParameters
Meshing parameters of the document.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf doc is null.
See Also