dreams Posted September 19, 2012 Posted September 19, 2012 (edited) Hi..Can any one create lisp to below mentioned commands (In the attached image with numbers)? Is it possible to combine all (Commands only) in one lisp? This is rebar cad software schedule...I don't want software like that...just wanted to combine that command text in lisp only.....I am not familiar with lisp... Edited September 19, 2012 by dreams Quote
BIGAL Posted September 19, 2012 Posted September 19, 2012 Nothing in this world is free, there is always a price attached. This looks like I can not afford to buy it so I will get some one to make a copy for me and dont worry about the copyright. If its yours why did you not post code ? Quote
dreams Posted September 19, 2012 Author Posted September 19, 2012 Nothing in this world is free, there is always a price attached. This looks like I can not afford to buy it so I will get some one to make a copy for me and dont worry about the copyright. If its yours why did you not post code ? Hi BIGAL..I think you are mistaken me...I am not asking to create software like that...I am asking a lisp that would be include the command text only..below I pasted one example lisp (Plot with page setup) that I got from another thread....I wanted like below lisp format only...Post updated...I apology if i did anything wrong... (COMMAND "-PLOT" "YES" "model" NAME "Paper Size" "INCHES" "LANDSCAPE" "NO" "EXTENTS" scale "CENTER" "YES" "FP-Lineweights.CTB" "YES" "AS DISPLAYED" "NO" "NO" "YES") ) Quote
ReMark Posted September 19, 2012 Posted September 19, 2012 What exactly is this magic lisp routine supposed to do? Quote
dreams Posted September 19, 2012 Author Posted September 19, 2012 What exactly is this magic lisp routine supposed to do? Thanks ReMark...I have around 40 drawings which I have to set these 7 step by step commands in each....Command name is "BBS"..I don't know how to manage this issue...It will be very greatful if it is 7 options (command in text) in lisp... Quote
ReMark Posted September 19, 2012 Posted September 19, 2012 So, you have this Rebar CAD program on your computer and you want to automate the seven steps. OK. Why lisp and not a script? Quote
dreams Posted September 19, 2012 Author Posted September 19, 2012 Yes..I have installed in my computer...I am not familiar with lisp or script...whatever it is which will reduce my work time... Quote
ReMark Posted September 19, 2012 Posted September 19, 2012 A script will take a series of commands and run them in the order listed. Describe for us what inputs the user would be required to supply using Rebar CAD. I assume it runs as an add-on to AutoCAD is that correct? Quote
dreams Posted September 19, 2012 Author Posted September 19, 2012 If we type "BBS" command in AutoCAD..then new dialog box (Refer attached image) will open....First click on the "Block Start" and then continuously click on buttons "Block End" and "All" and then click on "Format" and then new small dialog box (option-5 in attached image) will open..and select "Multi Sort" then press "OK" then again "OK" then automatically small table will create & pick placing point location of table...thats all..Is it possible? Quote
ReMark Posted September 19, 2012 Posted September 19, 2012 I see a problem using a script as I'm pretty sure you can't run Rebar CAD without open a dialog box. Is that right? Quote
MSasu Posted September 19, 2012 Posted September 19, 2012 You will be able to automate the call of that tool only if accepts input on command prompt, too; if the tool is in fact a custom AutoLISP command, then the things will get a little complicated. Quote
dreams Posted September 19, 2012 Author Posted September 19, 2012 I see a problem using a script as I'm pretty sure you can't run Rebar CAD without open a dialog box. Is that right? yes..correct? The dialog box has included with Rebar CAD... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.