GDL Text Trouble
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-11-13 09:44 AM
6 REPLIES 6
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-11-13 12:46 PM
2008-11-13
12:46 PM
For auto scripted objects, always start from project origin (grey cross). Much easier to deal with transformations.
The main point is to start from (0, 0) origin (outlet centre). Then you will be able to control transformations.
In addition, you didn'y declare "Font Effects" values, do it.
You define twice the same text style. Once is enough. Same for "fe" statements and text pen.
Notice that for such a symbol, it is faster to script fom scratch a circle and two lines.
Add some hotspots and your text statements.
add2 x, y
rot2 myAngle
text2 0, 0, myText1
del 2
And so on.
The main point is to start from (0, 0) origin (outlet centre). Then you will be able to control transformations.
In addition, you didn'y declare "Font Effects" values, do it.
You define twice the same text style. Once is enough. Same for "fe" statements and text pen.
Notice that for such a symbol, it is faster to script fom scratch a circle and two lines.
Add some hotspots and your text statements.
add2 x, y
rot2 myAngle
text2 0, 0, myText1
del 2
And so on.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-11-13 04:16 PM
2008-11-13
04:16 PM
Thanks Olivier. That got me what I wanted.
Rick

Rick
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-11-13 06:02 PM
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-11-13 09:54 PM
2008-11-13
09:54 PM
Glad it works, and thanks for sharing.
For info, take a look at ACE. You may be interested with ELECTRIGON objects.
Not any ashame publicity, it's free. This work is the result of many contributors :
David Larrew, Tom Waltz, Andy Thomson, James Murray, Erich Karp, etc ... hope i don't forget anyone.
For info, take a look at ACE. You may be interested with ELECTRIGON objects.
Not any ashame publicity, it's free. This work is the result of many contributors :
David Larrew, Tom Waltz, Andy Thomson, James Murray, Erich Karp, etc ... hope i don't forget anyone.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-11-13 10:44 PM
2008-11-13
10:44 PM
Full Electrigon 2.0 page here:
http://www.archicad.ca/?p=138
Cheers,
Karl
http://www.archicad.ca/?p=138
Cheers,
Karl
AC 28 USA and earlier • macOS Sequoia 15.4, MacBook Pro M2 Max 12CPU/30GPU cores, 32GB
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-11-13 11:27 PM
2008-11-13
11:27 PM
Olivier wrote:Sweet link. Thanks.
Glad it works, and thanks for sharing.
For info, take a look at ACE. You may be interested with ELECTRIGON objects.
Not any ashame publicity, it's free. This work is the result of many contributors :
David Larrew, Tom Waltz, Andy Thomson, James Murray, Erich Karp, etc ... hope i don't forget anyone.