J Briggs,
Please help fix the program. It has to break a series of lines, intersect with another line. Broken lines will offset based on user input.
Thanks,
Theodorus Winata
Hi Theodorus,
This may fix part of your program. It works, but we may need to revise it some more. The only thing I found is that the "break" command is expecting a point not an entity name. We may need to adjust that initial point to be one of the endpoints instead of the intersecting point, because the "break" command may pick the wrong line sometimes.
Code:
(command "break" point "f" point "@")
Break a Series of Lines, Intersect with another Line. (Help)
Theodorus,
This version you select a main break line first. Then select all the lines you want to break away from the main break line. It works faster because you do not have to select any intersections to break from.
Quote:
Command: BG4
Enter offset for broken lines <0.750>: .5
Select line to use for main break line:
Select lines to break:
Select objects: Specify opposite corner: 70 found
Break a Series of Lines, Intersect with another Line. (Help)