I need to number more then 1000 parkinglots with the code A01 to W75. Every row has a different letter.
Making the Letter parametric is no problem.
But can I make the number parametric in an Array so it adds up with every new parkinglot?
so a chain that goes A01 A02 A03 A04 A05.........
Kind regards Ron
I don't know yet if the most recent versions of Revit have made any improvement in tagging parking spots. If not, this information still applies:
Method 1) Before placing the parking spots, open a parking spot family, and save it as... something else, and change the category to be Doors. Then place all the instances of this "parking" spot. Because the family is a door, automatically each instance will get a number, consecutive, in the Mark parameter. Then, open the family again, and change the category back to Parking and reload. Nothing will change in the graphics, and the value of the Mark parameter will stay the same. Now, use Tag All to tag all the parking families with a parking tag.
Method 2) Some Add-Ins come with numbering tools that work like this: the user draws a spline that begins at the first item to be numbered and continues around all the rows of similar items, like a snake. Then the user runs a tool that numbers all the items consecutively. Internally, the script uses the geometry of the spline, position of points along the curve to determine the number that will be used for the Mark parameter of the item. This same thing can be done with Dynamo as well.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.