Jump to content

Delete "Section" of a drawing from single COMMAND


D1-Xen

Recommended Posts

A very general question, I would like to ask how to draw a certain line and be able to delete part of it.

 

Example 1: I would like to draw a bunch of seried resistors, so I made a bunch of rectangles and draw a wire across them. But there are wire crossing through each one of them, how do I remove/erase that part in between each of the resistor? The line is made by using command: LINE

 

Example 2: Drawing some polygon and random shapes. Simplest example, drawing a half circle, so I draw a circle and want to remove the other half, how do I do it?

 

Yes, I know in example 1 I can do one object first then copy paste... But that is not what I am asking. I am seeking the command how to remove the lines or object in between.

Link to comment
Share on other sites

TRIM

 

In the first example, I would use blocks that represent the resistors, but TRIM for a more manual approach ... also AutoMatic Block Break

In the 2nd example. draw a line between the quadrants and TRIM whichever side you don't want.

 

TRIM.gif

Link to comment
Share on other sites

You might be able to find other lisp routines that could edit out the portion of the line that passes through the rectangles. Or, as nestly suggested, create a block for each resistor and use the Automatic Block Break lisp routine.

Link to comment
Share on other sites

TRIM

 

In the first example, I would use blocks that represent the resistors, but TRIM for a more manual approach ... also AutoMatic Block Break

In the 2nd example. draw a line between the quadrants and TRIM whichever side you don't want.

 

[ATTACH=CONFIG]34890[/ATTACH]

 

Perfect, thank you.

Link to comment
Share on other sites

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