Jump to content

Trimming functions


Jonathan1321

Recommended Posts

I am looking for something that will allow me some advanced trim functions like a automated single click trim that allows me te select a object and it will trim all objects within?

CIRCLE.jpg

Link to comment
Share on other sites

So basically im after a quick lisp that will trim all lines intersecting a object e.g. circle and a lisp that will trim between inter secting objects eg two lines between two circles

Link to comment
Share on other sites

It isnt im perfectly capable of doing it but There is a HUGE ammount of trimming to do on a regular basis for Strip out drawings so I am looking into methods and tools to increase efficiency.

 

This is a previous post in regards to quickly creating boundaries for hatch zones on objects.

http://www.cadtutor.net/forum/showthread.php?77211-Creating-hatch-boundries-on-multiple-objects-and-individual-lines.&p=521553#post521553

Link to comment
Share on other sites

Depending on what you have to do you could develop an AutoLISP program to automate it. For example, I have included in my book a sample program that will draw circles on line endpoints, trim the lines within these circles and write a number inside each circle automatically (see http://lispexpert.blogspot.com/p/chapter-11-selecting-entities.html#ch12).

Knowing what you are trying to do you could develop similar programs that can help increase your productivity, which is the aim of LISP user programming.

Other example I have posted elsewhere, also about trimming and also splitting, but in this case 3DSolis can be found in http://lispexpert.blogspot.com/p/chapter-18.html#trimsplit. In the case of TRIMMING you can select a set of trimming solids and a set of solid to be trimmed and if they overlap the ovelapping portions will be subtracted from the solids selected to be trimmed.

In the case of SPLITTING, you can select a group of solids and if overlapping new solids will be created for each overlapping portion and these portins will be subtracted from the original solids. As I said, all this can be done using the regular commnads, but this way you can save a few mouse clicks.

Link to comment
Share on other sites

If your drawing is not too big you can speed up the TRIM command just by using the default

Command: TRIM

Current settings: Projection=UCS, Edge=None

Select cutting edges ...

Select objects or

Just pressing ENTER will select all the drawing as trimming entities.

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