RhinoObjectSetRenderMeshParameters Method  | 
 
            Sets the per-object meshing parameters for this object. 
            When set, this object will use these meshing parameters when generating a render mesh, 
            instead of those provided by the document.
            
 
    Namespace: 
   Rhino.DocObjects
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntaxpublic bool SetRenderMeshParameters(
	MeshingParameters mp
)
Public Function SetRenderMeshParameters ( 
	mp As MeshingParameters
) As Boolean
Parameters
- mp
 - Type: Rhino.GeometryMeshingParameters
            The per-object meshing parameters. 
            Note: if null, then the per-object meshing parameters will be removed, and this object will
            revert to using the meshing parameters provided by the document.
             
Return Value
Type: 
BooleanTrue if successful, false otherwise.
See Also