Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2005-10-13 09:36 PM
2005-11-01 09:29 PM
Dan wrote:
Pawel,
That's great...thanks for the improvements. I guess the text in "mm" makes better sense for all the metric users. In the US we use points "pt" for text...I 've always been aggravated that we don't have a good straightforward way to script for point text in objects
Do you have any suggestions for scripting text in point values?
Dan K
2005-11-01 10:21 PM
2005-11-02 05:59 PM
Peter wrote:Thanks Peter!
Dan,
I use the following code for scripting text in point values...
2005-11-02 06:04 PM
2005-11-02 09:13 PM
2005-11-02 09:42 PM
Peter wrote:
Dan,
Your code seems unnecessarily complicated to me.
Would the following work?
if unittype="font size in points" then
size=((fntz*25.4)/72)
endif
If unittype="font size in mm" then
size=fntz
endif
define style mystyle fnt,size,1,0
set style mystyle
I am using my code here because I can't tell what some
of your variable names are.
Peter Devlin
P.S. I wonder, in this context, why you need scale sensitivity.
2005-11-02 10:45 PM
2005-11-02 11:23 PM
2005-11-02 11:29 PM
Peter wrote:Sorry I was talking about the original script by Dan
John,
I am confused.
Where have I written "four text definitons" ?
Peter Devlin
2006-03-02 12:51 AM