Forum Replies Created
-
AuthorPosts
-
Duane Valencia
ParticipantNow for discovering that magic parameter that returns the scale as a NUMBER and not a STRING… anyone?
see previous post in this thread….
Duane Valencia
ParticipantBingo… it does work…
One thing to note… if you’re changing the object in an OPEN file… you have to UPDATE the placed drawings or those parameters will read blank..
I am also seeing if closing and opening the entire file will “update” the titles (as otherwise, I’d have to go to all 70 or 80 sheets and update placed drawings)…
Thanks again, James…
Duane Valencia
ParticipantJames….
Thanks… I’m off to try it now…
AND.. for some reason, even tho I say SEND AN EMAIL WHEN THERE’S A REPLY.. it does not send me an email!
Hope this works…..
Duane Valencia
ParticipantAs a footnote, trying to edit this object… it took a full 2 minutes to open the object and a full 2 minutes to SAVE the edits… Then another Full 2 minutes to open again… and 2 min to save…
Ugh.
I am going to try to add bits of my code into your object and see if/when it breaks.
Duane Valencia
ParticipantI must be doing something wrong before the text statement (though, again, this was working in all previous versions)…
Here’s the Title Object… Please review and see if you can tell what’s wrong.
I did have a switching variable vf_name… that if you enter “*” it will revert to ac_drawingName…
Even disabling that and using ac_drawingName only still shows a “0”…
I also COPY & PASTED your script into mine… Your script returns a “0” as well (in my object)…
Works fine in your object…Attachments:
Duane Valencia
ParticipantAnd while we’re talking Titles… is there any variable that returns the NUMBER equivalent of the scale of the drawing? For example, 1/4″= 1′-0″ would return a number of 48?
In trying to create my own GRAPHIC SCALE, I need something that can be used in an equation for scaling.
The ac_drawingScale only returns the VERBAL version of the scale…
Yes, I can “convert” this to a number, but when it’s an IN BETWEEN scale, I’ve got problems. Not to mention the script checker really hates it when you IF-THEN with a numeric equation.Duane Valencia
ParticipantAnd while we’re talking Titles… is there any variable that returns the NUMBER equivalent of the scale of the drawing? For example, 1/4″= 1′-0″ would return a number of 48?
In trying to create my own GRAPHIC SCALE, I need something that can be used in an equation for scaling.
The ac_drawingScale only returns the VERBAL version of the scale…
Yes, I can “convert” this to a number, but when it’s an IN BETWEEN scale, I’ve got problems. Not to mention the script checker really hates it when you IF-THEN with a numeric equation.Duane Valencia
ParticipantBTW… ac_drawingScale and ac_drawingNumber seem to be working fine.
****UPDATE *****
ac_drawingNumber does NOT work either…
really need help here… This is only an issue with the 4022 release… Meaning, if I can’t get this to work.. I will have to constantly go back and forth from 3005 to 4022 and back… (for other TW issues)..
-
AuthorPosts