Automatic numbering-routine in blocks
Hi
I am looking for a function within BricsCad or Lisp-routine, that can automate roomnumbering.
I have 22 floors in a 3 buildings with 25 rooms on each floor --> 500 room numbers. The rooms are identical, I have made a block for this, and now I would like to give them a number without doing it manualy...
The roomnumbers go as example:
231,232,233 on the second floor,
331,332,333 on the third floor and so on.
Any Ideas? I have earlier use Attributes in blocks, but as far as I know you have to specify the number at each insertion.
Best regards,
Mads Boserup Lauritsen
Comments
-
See this: http://www.asmitools.com/Files/Lisps/Atnum.html ...
0 -
Hello,
We have something like you need at http://www.cad-tools.eu/mathtools_in-axis_en.html
Numbering command
- 1. Type starting number or press Enter to start from 1.
- 2. Pick points on screen for numbering.
- 3. Press Enter to finish command.
0 -
Hello,
Yet another Auto-Numbering routine (GT_TC) can be found in our GeoTools for Bricscad productivity software.
Direct download link here: http://www.coordsys.com/geotools/download/geotools_bricscad.exe
It can be found under the Text Tools ->
GeoTools CHM user-manual here: http://www.4d-technologies.com/geotools/manual/geotools_manual.chm
The GT_TC commnd can create auto-incrementing text or blocks with attributes, supports numeric or alphabetic increments, supports prefixes and suffixes and also supports automatic re-numbering of existing text or blocks with attributes as well. Fully configurable and flexible. Do you need more in this command? Suggestions welcome.
Regards
Rakesh Rao
Coordinate Systems, Bangalore0 -
ad # 2
thx, worked perfect.
ad #3 and #4
thx for your replies, for now your lisp routines are "too" advanced so I will stick to the atnum.lsp routine.
Best regards,
Mads Boserup Lauritsen
0