Door Stamp Issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-09-13
02:15 PM
- last edited on
‎2023-05-24
12:27 PM
by
Rubia Torres
‎2018-09-13
02:15 PM
I have created a door and a window stamp but I'm having an issue where the stamp gets placed upside down when placing doors/windows at a certain angle. Is this a setting I can change in ArchiCAD or is it something I have to build into the object? If I have to build it into the object, what would I have to use to determine whether it is flipped or not?
Thanks
ArchiCAD 23
Windows 10
Windows 10
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-09-13 04:27 PM
‎2018-09-13
04:27 PM
If You open any opening stamp You will see something like that:
place something like that:
Piotr
rrr = REQUEST ("View_Rotangle", "", angleViewRot) totalRotate = (SYMB_ROTANGLE + angleViewRot) if totalRotate > 360 then totalRotate = totalRotate - 360and then before texblock
place something like that:
if not ((textAngle > 90.0001-90) and (textAngle < 270.0001-90)) then rot2 180 else rot2 0 !here should go textblock and all transformations of the coords with apriopriate del's del 1the "-90" in the angle is optional - in this case I had to have the text _always horizontal_
Piotr
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-09-13 04:45 PM
‎2018-09-13
04:45 PM
Where did you get textAngle from?
thanks
thanks
ArchiCAD 23
Windows 10
Windows 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-09-13 04:54 PM
‎2018-09-13
04:54 PM
Ah, I've worked it out now.
Thanks very much for your help
Thanks very much for your help
ArchiCAD 23
Windows 10
Windows 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-09-13 05:09 PM
‎2018-09-13
05:09 PM
Sorry it has to be declared before the request to avoid errors
Piotr
Piotr
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-09-18 01:17 PM
‎2018-09-18
01:17 PM
Hello,
Is there a way to get this to respond to the workspace orientation too?
Thanks very much
Is there a way to get this to respond to the workspace orientation too?
Thanks very much
ArchiCAD 23
Windows 10
Windows 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-09-18 09:25 PM
‎2018-09-18
09:25 PM
rrr = REQUEST ("View_Rotangle", "", angleViewRot)
this request reads the rotated view angle
Piotr
this request reads the rotated view angle
Piotr