Message 1 of 4

Not applicable
05-20-2020
07:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm writing a function that I just have to enter the dimensions to get a drawing.
Here is the 'plines' code:
[...]
(command "pline" p7 p2 p1 p3 p4 "") ;line1
(command "pline" p4 p9 "") ;line2
(command "pline" p10 p11 "") ;line3
[..]
After running the function, I get the following drawing:
The intersected lines are 'line2' and 'line3' from the code.
I wanna write a code that can fillet those two lines with radius 0 like this:
How do I manage to make it?
Best regards.
Solved! Go to Solution.