Documentation
About Archicad's documenting tools, views, model filtering, layouts, publishing, etc.
SOLVED!

Prevent label mirroring in module

Rb1990
Contributor

Does anyone know a fix for the following?

 

I made a label that attaches to a Revit (.RVT) module file that makes a opening line for the door, it retrieves its width from the door width which is embedded in the revit properties. However, when I mirror the module, the label also rotates, does anyone know how to previt this?

 

The module on the right side, is the correct one

 

 

Kind regards,

Scherm­afbeelding 2023-01-24 om 12.30.33.png

1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Rb1990
Contributor

I fixed it, adding this will make it work:

 

IF SYMB_MIRRORED THEN
 MUL2 -1,1
 ROT2 180
ENDIF

View solution in original post

1 REPLY 1
Solution
Rb1990
Contributor

I fixed it, adding this will make it work:

 

IF SYMB_MIRRORED THEN
 MUL2 -1,1
 ROT2 180
ENDIF