Jump to content

Split an object?


Recommended Posts

Posted

I want to be able to split an object into two objects at the point(s) where another one intersects.

 

Basically, it would do something like TRIM but with the deleted area becoming a new object instead.

 

Is there a command that does this?

Posted
The BREAK command will do this.

 

The BREAK command was the first thing I tried, but it always seems to delete some portion of the object. Is there a way to avoid that?

Posted

Under Help's "To Break an Object":

"3. Specify the second break point. To break an object without creating a gap, enter @0,0 to specify the previous point."

Posted
Under Help's "To Break an Object":

"3. Specify the second break point. To break an object without creating a gap, enter @0,0 to specify the previous point."

 

Thanks, I'll try that.

Posted

BREAK command prompts to specify a [F]irst point then a 2nd point. As above, specify a distance of @0,0

 

However AutoCAD also comes with multiple BREAK tools accessible via the Ribbon, toolbars, or the menus to automate the process of breaking at a single point.

 

Break.gif

Posted
BREAK command prompts to specify a [F]irst point then a 2nd point. As above, specify a distance of @0,0

 

However AutoCAD also comes with multiple BREAK tools accessible via the Ribbon, toolbars, or the menus to automate the process of breaking at a single point.

 

[ATTACH=CONFIG]51383[/ATTACH]

 

On Mac... UI doesn't look like that for me.

Posted

If you have a look at the cui it reveals ^C^C_break \_f \@ this can be typed Break F

Posted
enter @0,0 to specify the previous point."

 

Interesting that the documentation says that, when all you really need is the "@" character.

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...