BIM Coordinator Program (INT) April 22, 2024
Find the next step in your career as a Graphisoft Certified BIM Coordinator!
Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

WIDO_ORIENTATION in door/window marker

zofa groningen
Contributor
In floor-plan view I want to show the orientation of the windows and doors in text. I edited an existing door/window marker for this to show the WIDO_ORIENTATION next to the AC_WIDO_ID.

In the masterscript I added this code:
IF koz_orientatie = 1 THEN
TekstID = AC_WIDO_ID+WIDO_ORIENTATION
ELSE
TekstID = AC_WIDO_ID
EndIf

(I also added the parameter "koz_orientatie" )
This worked in a label (for showing the orientation in elevations) but not in a door/window marker.

I Think I have to pull the WIDO_ORIENTATION from the window / door. Do I have to use the REQUEST command?
Hans Overdiep • AC 10 - 27 • MacOS 14.3 • IMac 2020 10 Core i9 • 64 GB • 16 GB Radeon Pro 5700 XT
2 REPLIES 2
Anonymous
Not applicable
Hello,

Try global ac_wido_orientation with label.

More label documentation here, section 1.6
LibDev

Hope this helps.
zofa groningen
Contributor
That worked for me in elevation, but I really need it in floorplan as window/door marker.

I got a nice tip: AC_WIDO_MIRRORED can be used in a window/floor marker, this worked for me.
Hans Overdiep • AC 10 - 27 • MacOS 14.3 • IMac 2020 10 Core i9 • 64 GB • 16 GB Radeon Pro 5700 XT
Learn and get certified!

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!