RhinoObject.GetRenderMeshParameters Method

RhinoObjectGetRenderMeshParameters Method

Meshing parameters that this object uses for generating render meshes. If the object's attributes do not have custom meshing parameters, then the document's meshing parameters are used.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public MeshingParameters GetRenderMeshParameters()
Public Function GetRenderMeshParameters As MeshingParameters

Return Value

Type: MeshingParameters

[Missing <returns> documentation for "M:Rhino.DocObjects.RhinoObject.GetRenderMeshParameters"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also