Jump to content

Recommended Posts

Posted (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...

 

Er.jpg

Edited by dreams
Posted

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 ?

Posted
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")
)

Posted

What exactly is this magic lisp routine supposed to do?

Posted
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...

Posted

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?

Posted

Yes..I have installed in my computer...I am not familiar with lisp or script...whatever it is which will reduce my work time...

Posted

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?

Posted

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?

Posted

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?

Posted

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.

Posted
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...

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...