We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2012-02-28 03:36 PM - last edited on 2023-05-24 11:49 AM by Rubia Torres
2012-02-28 06:57 PM
add 2*sw,sw,0with
add tl,tb,0to position the numbers at the same spot as in 2D (although they will be the same outline font). The existing code always placed the number 2 stripe-widths to the right of a stripe, and one stripe-width above the end of the stripe. The corrected code uses the user specified offset values to move the numbers.
2012-02-29 08:35 AM
2012-02-29 12:08 PM
2014-02-18 11:56 AM
2014-02-18 03:43 PM
2014-02-18 06:22 PM
2014-02-18 06:42 PM
sinceV6 wrote:I had been using PARKING PLACE, which has not NUMBER OF SPACES parameter... So, snooping around, I found PARKING STALL which does... Not sure why there are two objects?
....It has a parameter for schedules, but as noted, independent object renumbering is a real pain, so I made the ID usable as numbering starting point. It's faster.
.....
Best regards.
2014-02-18 07:18 PM
vfrontiers wrote:I meant the object I edited.sinceV6 wrote:I had been using PARKING PLACE, which has not NUMBER OF SPACES parameter... So, snooping around, I found PARKING STALL which does... Not sure why there are two objects?
....It has a parameter for schedules, but as noted, independent object renumbering is a real pain, so I made the ID usable as numbering starting point. It's faster.
.....
Best regards.
PARAMETERS totalCount = inner_num*inner_num is a variable calculated in the beginning of the master script.
2014-02-18 07:30 PM