Click or drag to resize

RhinoObjectGetRenderMeshParameters Method

Returns the meshing parameters that this object uses for generating render meshes. If this object does not have per-object meshing parameters, then the document's meshing parameters are returned.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public MeshingParameters GetRenderMeshParameters()

Return Value

Type: MeshingParameters
The render meshing parameters.
See Also