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