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
)
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.
Exceptions See Also