Click or drag to resize

ModelRenderMaterial Class

Represents a Rhino render material. Wraps the functionality of the RenderMaterial type.
Inheritance Hierarchy

Namespace:  Grasshopper.Rhinoceros.Render
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public sealed class ModelRenderMaterial : ModelRenderContent, 
	IGH_BakeAwareData

The ModelRenderMaterial type exposes the following members.

Constructors
  NameDescription
Public methodModelRenderMaterial
Initializes a new instance of the ModelRenderMaterial class
Public methodModelRenderMaterial(ModelRenderMaterialAttributes)
Initializes a new instance of the ModelRenderMaterial class
Public methodModelRenderMaterial(Guid)
Initializes a new instance of the ModelRenderMaterial class
Public methodModelRenderMaterial(Material)
Initializes a new instance of the ModelRenderMaterial class
Public methodModelRenderMaterial(RenderMaterial)
Initializes a new instance of the ModelRenderMaterial class
Top
Properties
Methods
Operators
See Also