2022-10-18 01:12 PM
Hi there,
I working on a wallclosure for a window with WALL_SKINS_PARAMS which so far works pretty well, the only issue is that I doesn't react to the GLOB_STRUCTURE_DISPLAY setting.
As far as I found there isn't a Parameter in WALL_SKINS_PARAMS which defines whether the layer is Core/Finish/other.
Can this be requested somehow?
Solved! Go to Solution.
2022-10-18 01:51 PM
Manual says:
[6] core status
2022-10-18 01:53 PM
Within WALL_SKINS_PARAMS[6] there is, but you can not differ between "Finish" and "Other", just if Core or not.
2022-10-18 02:04 PM
This one behaved weirdly when I tested it.
We use the with/without finish to toggle between seeing different layers of Plasterboard for Detail drawings.
So the Finish is the thinnest possible layer in the middle or two Plasterboard layers.
It seems WALL_SKINS_PARAMS[6] returns only 0 (Finish) if the finish is on an outside layer, which makes sense i guess.
2022-10-18 02:10 PM
Did you check the ac_wall_direction_type, which changes the order from the walls skins in the opposite direction?