C# Class RhinoCyclesCore.Materials.XmlMaterial

Inheritance: Rhino.Render.RenderMaterial, ICyclesMaterial
Mostra file Open project: mcneel/RhinoCycles

Public Methods

Method Description
SimulateMaterial ( bool isForDataOnly ) : Material
SimulateMaterial ( Material &simulatedMaterial, bool forDataOnly ) : void
XmlMaterial ( ) : System.Drawing

Protected Methods

Method Description
OnAddUserInterfaceSections ( ) : void

Method Details

OnAddUserInterfaceSections() protected method

protected OnAddUserInterfaceSections ( ) : void
return void

SimulateMaterial() public method

public SimulateMaterial ( bool isForDataOnly ) : Material
isForDataOnly bool
return Material

SimulateMaterial() public method

public SimulateMaterial ( Material &simulatedMaterial, bool forDataOnly ) : void
simulatedMaterial Material
forDataOnly bool
return void

XmlMaterial() public method

public XmlMaterial ( ) : System.Drawing
return System.Drawing