robert06 Posted April 15, 2015 Posted April 15, 2015 Hi, thanks, but this will result too long lines, could you re-check this please. Quote
mrAngel Posted April 30, 2015 Posted April 30, 2015 Allows user to draw slope lines. Hello ghostware: would it be possible for this lips to get a correct directions of the lines for cut and fill? For example if the top slope is higher elevation than bottom slope, then direction shoud be fill and if the bottom slope line is higher than the top bottom slope, then direction for the tick lines would be from bottom to top. would it be possible for your list to change like this? thanks. mrAngel Quote
breed2016GHD Posted January 12, 2017 Posted January 12, 2017 Hello, how can I make the slope patterns perpendicular to the base line (Top line)? Quote
Sergey_f13 Posted September 8, 2021 Posted September 8, 2021 Great LISP! - does anyone know if it's possible to control the size of the short line? ie: instead of half length, make the shorter line: 1/3 or 1/4 of the full length or even better, make it a constant length? Quote
zwonko Posted September 12, 2021 Posted September 12, 2021 Just look on the code. Autor just did specjal place for IT: p2 (mapcar '(lambda (x) (/ x 2)) [color=red];;; Change (/ x 2) to (* x 0.3) for 30% of distances ;;;[/color] 1 Quote
BIGAL Posted September 12, 2021 Posted September 12, 2021 Make sure you remove all the BBC codes [color=red] etc the lisp will not work otherwise. Quote
Sergey_f13 Posted September 13, 2021 Posted September 13, 2021 23 hours ago, zwonko said: Just look on the code. Autor just did specjal place for IT: p2 (mapcar '(lambda (x) (/ x 2)) [color=red];;; Change (/ x 2) to (* x 0.3) for 30% of distances ;;;[/color] Not sure what i'm doing wrong, but doesn't seem to be working right now... it still works if I use "(* x 0.5)", but if I use "(* x 0.3)" the lines are off to space.... SLOPE-LINE_v2.LSP Quote
shahAbdul Posted December 27, 2022 Posted December 27, 2022 hello everyone, how to create slope line like this 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.