We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2004-08-26 04:06 PM
2004-08-26 07:23 PM
2004-08-26 11:36 PM
2004-08-27 05:51 PM
2004-08-28 07:15 PM
Bill wrote:This is really great! Ive wondered how to make "stretchy intervals" for a long time. What if I want to add the ability to make the object freely stretchable after I have stretched according to what ever interval I have set in the script? I've added a "free" parameter to bypass the interval stretch but it defaults the size of the object to 3" or whatever is stated in the range. I need it to default to the closest interval its currently strectched to.
Terrence
Use the values command in the parameter or master scripts
VALUES "A" range [3",] step 3", 3"
You can then have a object of modular size that remains stretchy after it has been placed...
2004-08-28 08:50 PM
2004-08-30 07:43 PM
Matthew wrote:Matthew,
...The actual code and purpose of what you are trying to do would help.