cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Document & Visualize forum

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
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

Still looking?

Browse more topics

Back to forum

See latest solutions

Accepted solutions

Start a new discussion!