C# Class RhinoCyclesCore.Materials.TranslucentMaterial

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

Public Methods

Method Description
SimulateMaterial ( bool isForDataOnly ) : Rhino.DocObjects.Material
SimulateMaterial ( Rhino &simulatedMaterial, bool forDataOnly ) : void
TranslucentMaterial ( ) : System.Runtime.InteropServices

Protected Methods

Method Description
OnAddUserInterfaceSections ( ) : void

Method Details

OnAddUserInterfaceSections() protected method

protected OnAddUserInterfaceSections ( ) : void
return void

SimulateMaterial() public method

public SimulateMaterial ( bool isForDataOnly ) : Rhino.DocObjects.Material
isForDataOnly bool
return Rhino.DocObjects.Material

SimulateMaterial() public method

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

TranslucentMaterial() public method

public TranslucentMaterial ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices