Door-Window Marker: Can't get Oval to rotate?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2009-11-28
01:46 AM
- last edited on
ā2023-05-24
12:39 PM
by
Rubia Torres
ā2009-11-28
01:46 AM
Here's a problem that's driving me nuts. I need my markers to be "horizontal", and of the "oval" type. When I combine these two things in the Door Marker 12, I get the attached image.
I tried looking into the coding, but can't wrap my head around the poly_2b command which generates the oval. I tried removing the lock on "rotate the geometry" for the oval type, but that didn't work either. What am I doing wrong? Any help would be much, much appreciated.
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2009-11-28 04:09 PM
ā2009-11-28
04:09 PM
You've got a ROT2 command instance that needs to be either added, removed, or edited in the script. In this case, ROT2 90 should work.
Is the text rotating correctly (horizontal to vertical)? If it is then you need to isolate the rotation command to the POLY2. You might need a DEL command between the TEXT2 and POLY2 code.
It is hard to help without the code to see how the Object is working.
Is the text rotating correctly (horizontal to vertical)? If it is then you need to isolate the rotation command to the POLY2. You might need a DEL command between the TEXT2 and POLY2 code.
It is hard to help without the code to see how the Object is working.
David Larrew, AIA, GDLA, GSRC
Architectural Technology Specialist
a r c h i S O L U T I O N S
WIN7-10/ OSX 10.15.7
AC 5.1-25 USA
Architectural Technology Specialist
a r c h i S O L U T I O N S
WIN7-10/ OSX 10.15.7
AC 5.1-25 USA
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2009-11-28 04:23 PM
ā2009-11-28
04:23 PM
David wrote:Yep, the text is rotating just fine... it's only the shape that is the problem.
You've got a ROT2 command instance that needs to be either added, removed, or edited in the script. In this case, ROT2 90 should work.
Is the text rotating correctly (horizontal to vertical)? If it is then you need to isolate the rotation command to the POLY2. You might need a DEL command between the TEXT2 and POLY2 code.
It is hard to help without the code to see how the Object is working.
It's the standard door marker 12 object included with archicad 12. I've attached it to this post, hopefully that is OK.