Hello Everyone,
Note - I'm using Archicad 22 and the equivalent SDK for it. I have not provided my code because its similar to the code provided with the Element_Test example in the SDK. in case code is still required i will post it.
I wanted the material to be created inside the profile instead of outside(which is default) the parameter to do this is
bool element.shell.isFlipped
I have tried to set it to true and false both but it gives the same result.
there is a example function named
Do_CreateRevolvedShell()
in Element_Basics.cpp of the Element_Test project of SDK which is using the parameter but changing the parameter in that example also does nothing.
im guessing that it is a bug in SDK? if not please guide me how i can change the direction of material.
Thank You in advance.