2006-06-25
01:46 AM
- last edited on
2025-02-07
03:39 PM
by
Aruzhan Ilaikova
2006-06-27 06:17 AM
2006-06-27 04:01 PM
Link wrote:It's automatic!
Phew - good luck with all THAT!![]()
![]()
2006-07-19 04:05 PM
2006-07-19 06:09 PM
2006-07-19 11:28 PM
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.
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?
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?![]()
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.
2006-07-20 04:18 AM
2006-07-20 04:43 AM
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".