Scaled vs Fixed
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-07-05 07:20 PM
2007-07-05
07:20 PM
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-07-05 07:27 PM
2007-07-05
07:27 PM
Did you save it as an object? Or did you just group the lines and text together?
Tom Waltz
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-07-05 08:55 PM
2007-07-05
08:55 PM
First just grouped then saved as an object.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-07-05 11:18 PM
2007-07-05
11:18 PM
OK. The grouping becomes irrelevant once you save them as objects.
The scale sensitivity has to be scripted in. The command you're looking for is MUL2.
The scale sensitivity has to be scripted in. The command you're looking for is MUL2.
Tom Waltz
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-07-06 01:31 AM
2007-07-06
01:31 AM
TomWaltz wrote:... combined with the GLOB_SCALE global variable.
The scale sensitivity has to be scripted in. The command you're looking for is MUL2.
~/archiben
b e n f r o s t
b f [a t ] p l a n b a r c h i t e c t u r e [d o t] n z
archicad | sketchup! | coffeecup
b f [a t ] p l a n b a r c h i t e c t u r e [d o t] n z
archicad | sketchup! | coffeecup
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-06-05 04:07 PM
2008-06-05
04:07 PM
Hi,
I have same problem about scalable text in objects. Below the 2D Script Code. But text don´t keep size (1,5mm) when I change the scale. This object was made from an DWG block.
Anyone can help?
!!! ??? order of transformations ???
mul2 xs, ys
rot2 angle
DEFINE STYLE STYLE_1 "Arial Ocidental", (1000 / GLOB_SCALE) * BB * ys * 0.075, 5, 0
STYLE STYLE_1
PEN 66
TEXT2 -0.293859, -0.00221908, TAGNAME_20
TEXT2 -0.0236509, -0.000972388, TAGNAME_20
TEXT2 0.258843, -0.0061859, TAGNAME_20
FRAGMENT2 ALL, 0
I have same problem about scalable text in objects. Below the 2D Script Code. But text don´t keep size (1,5mm) when I change the scale. This object was made from an DWG block.
Anyone can help?
!!! ??? order of transformations ???
mul2 xs, ys
rot2 angle
DEFINE STYLE STYLE_1 "Arial Ocidental", (1000 / GLOB_SCALE) * BB * ys * 0.075, 5, 0
STYLE STYLE_1
PEN 66
TEXT2 -0.293859, -0.00221908, TAGNAME_20
TEXT2 -0.0236509, -0.000972388, TAGNAME_20
TEXT2 0.258843, -0.0061859, TAGNAME_20
FRAGMENT2 ALL, 0