Drawing Title Type in AC10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-06-25
01:46 AM
- last edited on
‎2025-02-07
03:39 PM
by
Aruzhan Ilaikova
Thanks,
Jim

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-06-27 06:17 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-06-27 04:01 PM
Link wrote:It's automatic!
Phew - good luck with all THAT!![]()
![]()
My wrists hurt just thinking about typing that up.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-19 04:05 PM
All custom titles I've created thusfar end up distorted and they sit inside the drawing frame, not below it.
If it's going to be difficult, then maybe GS must issue a whole lot of customisable titles, with each text block height and styel editable, from which one will hopefully find a suitable one.
I basically need to know how to create a title as per attached image. As I mentioned, the result of my attempt are distorted titles.
Aziz Tayob Architects
AC23 INT rel 3003, OS X 10.14.6 iMac 3.3ghz i5 dual monitor, 24GB RAM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-19 06:09 PM
Please look at the ArchiWiki page
That may explain what you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-19 11:28 PM
As for placement, apart from dragging it, I dunno.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-20 01:27 AM
s2art wrote:You need something in the code. The default origin is the lower left corner of the frame. If you put in, e.g.,
As for placement, apart from dragging it, I dunno.
ADD2 0, -0.5"...at the top of the 2D script, the title would default to 1/2" below that corner. From there, you could still drag it wherever.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-20 01:40 AM
The default origin is the lower left corner of the frame...Is it just me or would it be better to have the anchor point for a title at the top left corner? Seems most users want to anchor the top left of the title to the bottom left of the drawing. But not everyone, so why aren't hotspots in titles available as insertion points for titles. Then we'd go a long way to replicating the old AC9 title anchor points. People could anchor by the center or the right. Is this the same reason that nothing appears in the 2D Symbol window of the part?

While I am at it James, is there a way of anchoring the title so that if the drawing moves, the title doesn't? I know more than a few of my clients would like this. Then they could form a kind of list on their sheets without worrying that the list won't jump all over the joint.
[Edit: maybe not the best example because of new drawing lists. How about those people who just like their titles to appear in the same place on every layout, like at the very bottom center of their layouts? Etc.]
Cheers,
Link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-20 03:38 AM
Link wrote:Again, it's script: You can do anything. But you have to use the script to do it.
But not everyone, so why aren't hotspots in titles available as insertion points for titles. Then we'd go a long way to replicating the old AC9 title anchor points. People could anchor by the center or the right.

Link wrote:The empty symbol just means everything is drawn by the code. They've made a clean break with the drawn titles of 9. When a 9 title is converted, it becomes drag and drop type script.
Is this the same reason that nothing appears in the 2D Symbol window of the part?![]()
Out of curiosity I tried to make a symbol-only title with no 2D script. Not happy. Every time I move it, it vanishes. Nice.
...hm, out of more curiosity, I tried FRAGMENT2 to show the symbol and that works. So in theory, you could draw a title in the symbol window, with autotexts, put FRAGMENT2 1,1 in the script, and it would work, as long as you didn't care
Useful?
is there a way of anchoring the title so that if the drawing moves, the title doesn't?...How about those people who just like their titles to appear in the same place on every layout, like at the very bottom center of their layouts? Etc.I don't think so, and I can't see a workaround. The title's origin is bound to the frame. Move the drawing, move the title's origin. I don't see a way to compensate for moving the drawing in the script/subtype.
As for the same place, that's what I want in my plans so I'm continuing to use my old, model-space title object for them. It's multistory so I use one object for all the plans, and the titles are all aligned. I couldn't give that up. 'Real' titles for everything else.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-20 04:18 AM

ArchiCAD 10 tiltes really
Think I'm gonna find something else fun to play with. Hmmmmm, maybe complex profiles or direct drawing references....
Cheers,
Link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-20 04:43 AM
Try this: Delete the Transformation as Shown and change the X-coordinate of textblock to AC_DrawingRect [3]/2 and Y-cord to 0. It will move the Title to bottom-center of the Drawing Frame. for other position, try it yourself!
Plaese note that The Drawing frame is equivalent to:
RECT2 AC_DrawingRect [1], AC_DrawingRect [2], AC_DrawingRect [3], AC_DrawingRect [4]BTW, you can activate the grey-out parameters by turning OFF "AC_ConvertedTitle".
Win 10, Archicad 19 INT