Skip to content

M_Rhino_Geometry_MeshingParameters_DocumentCurrentSetting

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshingParameters.DocumentCurrentSetting 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) Version: Rhino 6.0

Syntax

C#

public static MeshingParameters DocumentCurrentSetting(
	RhinoDoc doc
)

VB

Public Shared Function DocumentCurrentSetting ( 
	doc As RhinoDoc
) As MeshingParameters

Parameters

 

doc
Type: Rhino.RhinoDoc
A Rhino document to query.

Return Value

Type: MeshingParameters
Meshing parameters of the document.

Exceptions

 

Exception Condition
ArgumentNullException If doc is null.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshingParameters Class
Rhino.Geometry Namespace

Clone this wiki locally