Search the Community
Showing results for tags 'arraypath'.
-
MAKE NOT VIZIBLE/ERASE THE FIRST OR LAST OBJECT FROM AN ARRAYPATH
socacidan posted a topic in AutoLISP, Visual LISP & DCL
Hello everyone, Is possible to help me with an ideea ? I have some arraypath that i would like to have drawn without last element in the row visible... either visible or deleted would be fine. Cant make array path shorter cause i need it to reach a bit far from last item. I made array with "divide" method so not by "measure" Thank you for your time. Dan -
I'm about to receive a bunch of borehole data for a bigger project with x,y coordinates in state plane for each hole and I believe it will be sent as an Excel file. I'd like to add a center-justified text consisting of the borehole name at the x,y coordinate where it should go so I can quickly check out the location of a hole and then look up its other properties by name in the Excel sheet. So far, I'm thinking about concatenating the cells and adding spaces in a separate column in excel so that for each hole I have something like: text j mc 0 x-coordinate,y-coordinate BH120 in a single cell. That way I can copy and paste that line at the CAD command prompt and skip a ton of key strokes going through the text options. I've done a similar workaround, inspired by someone here on the forums, when working with line segments where clients have sent me endpoints in Excel format. It's been great because it's transparent enough that I can forward my spreadsheet on to any one of my coworkers and have them duplicate the process without having to worry about a couple of people in my work group who only have LT and can't use LISPs (I think?). The difference is that while you can exit a line command by putting a space after that entry above, I think the only way to end the text command might be by pressing enter twice and I don't know if there's a way to just concatenate a couple of enters at the end of a line like I can a couple of spaces. The question is, is there a quick cheat that would let me do everything by copying and pasting multiple lines formatted as above all at once from excel without having to press enter after each hole? Is there an arraypath type command that's more well-suited to this instead, since I do have x,y coordinates?
- 4 replies
-
- mtext
- excel to autocad
-
(and 2 more)
Tagged with: