2: After that I have to get backgroundstyle of “Shaded” displaymode.
I stuck here.
I searched rhinocommon online and tried a few ways. None of them asked for some input or parameter related to “shaded”. They are all somehow “global” settings.
Can anybody help me with this.
Thank you very much!
Hello Mahdiyar.
Your code is really helpful.
I am sorry to bother but still I have a question about overall C# development.
I found the “GetFill” in rhinocommon as link below: Rhinocommon GetFill page
My question is how does one find the correct structure of Rhinocommon. I found the document quite unclear in structure, and with new Rhino 7 API changed a lot, online Rhinocommon is missing information in many pages.
Even in Rhino 6, Rhinocommon’s quality is a little poor for a standard developer document.
The link below is FFMpeg online document page: FFMpeg online document
Comparing to the FFMpeg document, Rhinocommon is missing so many examples and basic workflow of the whole structure, difficult for developpers to find the command they need. In this case I found it difficult to find the correct keyword “GetFill” on my own.
I am not to criticize Rhinocommon because it is basically decent document, where I can find most keywords if I am already familiar with the structure.
But still I think something is missing in my own workflow, or there is some special technich to deal with Rhinocommon.