Jump to content

Recommended Posts

Posted

Is there a way to customize the Break command Macro to Break a line at an intersection only?

Meaning that it won't select perpendicular or corner only the intersection.

 

I want to modify this part ^C^C_break

 

Thanks

Posted

When you break one line crossing a second line are you also going to introduce a gap on either side of the line that isn't broken?

Posted

Forum Deity CarlB once posted a lisp routine that would break a line at the intersection of another line and you could elect to add a gap. If you typed in "0" for the gap offset it would still work. Does that sound line something you would be interested in?

 

The routine was call BreakInt.lsp and I do know where it can be found.

Posted

When you break one line crossing a second line are you also going to introduce a gap on either side of the line that isn't broken?

 

I want the line that I select to be broken at any intersecting line (line that comes into contact with it) so that I get individual lines from the first line.

Take a look at this re: break at point using lisp routine.

 

 

Ya I saw that but didn't want a Lisp routine just a button.

Posted

No Lisp just a button. Fine. Then use this Diesel expression to do the job. Source: CADing & Coding by Mohamed Haris, August 20, 2008.

 

*^C^C_setvar;osmode;0;ucs;object;int;\Break;$M=$(getvar,lastpoint);F;

@$(getvar,userr1)

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...