Hello @eladm I used to use this in the aerospace industry when marking drawings with bubbles for inspection. Although that way is pretty sweet you might have it where some dimensions you don't want inspected or need to re-number, I can see it being hard to edit or customize.
Thought I would recreate how I used to do it and share. Found a bit of code by @mcgyvr that might work for this.
I can't remember how to get it to Run the Rule on Sketch Symbol Placement, but as you can see from the screencast it is very close.
INCREMENTCurrent = iProperties.Value("Custom", "INCREMENT")
INCREMENTNew = INCREMENTCurrent + 1
iProperties.Value("Custom", "INCREMENT") = INCREMENTNew
RuleParametersOutput()
iProperties > Custom Tab > Name: INCREMENT, Type: Number, Value: 1
Annotate > Symbols > Define New Symbol
Maybe someone with advanced iLogic experience can add the final touches? I had it years ago where every placement would automatically increase the number ready for the next placement but can't remember the last bit. Thanks!
Please select the Accept as Solution button if a post solves your issue or answers your question.