Search This Blog

slope between two point autocad

--> This program (autocad lisp) allows the users to perform arithmetic operations and get slope between two points this useful to use for checking and review the slope between two points in the drawing of pipe line profile to finished the works quickly without any mistake.

profile slope


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.






4 comments:

  1. YOUR EQUATION IS GIVING WRONG ANSWERS

    FOR 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))


    ReplyDelete
  2. It doesn't show plus and minus sign so how to verify whether level reduced or incresed

    ReplyDelete
  3. If I want slope in no not in percentage then what to do

    ReplyDelete