Follow instruction below:-
1-Upload lisp (see how to upload the lisp in cad file) .
2-Type in command line slp.
3-Hit enter key.
4- Select first point.
5-Select first second.
1-Upload lisp (see how to upload the lisp in cad file) .
2-Type in command line slp.
3-Hit enter key.
4- Select first point.
5-Select first second.
copy to multiple drawings manually is taking time and effort from users,Imagine you have 100 drawings that mean you will open all files one by...
This program allows to cad users quickly transfer, export required data from excel sheet to cad drawings as well as the desired format of ...
YOUR EQUATION IS GIVING WRONG ANSWERS
ReplyDeleteFOR EXAMPLE : 2% INSTEAD OF 20%
SO
you have to edit your equation to be like this
(SETQ SLOPE (RTOS (* (/ (/ DY 10.0) DX) 1000.0) 2 5))
OR
(SETQ SLOPE (RTOS (* (/ (/ DY ) DX) 100.0) 2 5))
THANK YOU
DeleteIt doesn't show plus and minus sign so how to verify whether level reduced or incresed
ReplyDeleteIf I want slope in no not in percentage then what to do
ReplyDelete