Message 1 of 12
Using Osnap in LISP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone 🙂
Can i use object snap to grip the endpoint of certain line.
I know that osnap function is using a point on the line i need to snap on one of it's points.
but the line is made with offset command and i don't know any point near it.
There is another question:
Can i use fillet command with two lines saved in variables Line1 , Line2
I tried too many times but it says nil.
that's the code i used:
(Setvar "FILLETRAD" 0) (command "Fillet" "Trim" "Trim" Line1 Line2)
Thanks 🙂