How to SetMaterial in rhino C#

Hi,

How to set material details into rhino object using rhino c#

Thanks.

1 Like

Hi @Sarath_Kithiyon,

Any particular detail or details?

– Dale

Hi @dale

Need to set following properties for separate rhino objects

1.Material color
2.Transparency
3.Shine
4.Material type

-Sarath

Hi @Sarath_Kithiyon

http://developer.rhino3d.com/api/RhinoCommonWin/html/T_Rhino_DocObjects_Material.htm

Does this help?

– Dale

It’s helpful for us. Thanks @dale