We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2020-11-11 01:31 PM - last edited on 2021-09-15 09:31 AM by Noemi Balogh
Solved! Go to Solution.
2020-11-12 02:27 AM
Arnaut2604 wrote:
I've programmed a Door for a shower wall and the Material Fill is mirrored if the Door is mirrored.
It looks very jarring compared to the Glas wall next to it.
Is it somehow possible to define the direction of the fill based on the Global direction as supposed to the orientation of the Object?
body -1 MATERIAL .... PRISM_ .... (or what ever it is you use to model the door panel) if SYMB_MIRRORED = 1 then VERT 0,0,0 !Origin VERT -1,0,0 !X direction VERT 0,1,0 !Y direction VERT 0,0,1 !Z direction COOR 2+256,1,2,3,4 body -1 endif
2020-11-12 02:24 AM
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2020-11-12 02:27 AM
Arnaut2604 wrote:
I've programmed a Door for a shower wall and the Material Fill is mirrored if the Door is mirrored.
It looks very jarring compared to the Glas wall next to it.
Is it somehow possible to define the direction of the fill based on the Global direction as supposed to the orientation of the Object?
body -1 MATERIAL .... PRISM_ .... (or what ever it is you use to model the door panel) if SYMB_MIRRORED = 1 then VERT 0,0,0 !Origin VERT -1,0,0 !X direction VERT 0,1,0 !Y direction VERT 0,0,1 !Z direction COOR 2+256,1,2,3,4 body -1 endif
2020-11-12 05:18 PM
2020-11-13 02:39 AM
Arnaut2604 wrote:
Perfect! Worked a charm!
Thanks so much!
I spent hours trying and couldn't get it to work