RhinoCommon API
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)
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: MeshingParametersMeshing parameters of the document.
| Exception | Condition |
|---|---|
| ArgumentNullException | If doc is null. |