Click or drag to resize

GH_MaterialMaterialType Enumeration

Enumerates the possible material types.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum MaterialType
Members
  Member nameValueDescription
Shader0 Display shader, very basic colour information, nothing more.
RhinoMaterial1 A material from the Rhino document, identified by ID.
XmlMaterial2 A material defined by an RDK Xml string.
RmtlMaterial3 A material loaded from an RMTL file.
See Also