Jonathan1321 Posted February 12, 2013 Posted February 12, 2013 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? Quote
Jonathan1321 Posted February 12, 2013 Author Posted February 12, 2013 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 Quote
Tharwat Posted February 12, 2013 Posted February 12, 2013 I guess your uploaded photos are not clear at all for all users to read . Quote
Lee Mac Posted February 12, 2013 Posted February 12, 2013 I didn't think the standard TRIM command was that slow... Quote
Jonathan1321 Posted February 12, 2013 Author Posted February 12, 2013 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 Quote
StevJ Posted February 12, 2013 Posted February 12, 2013 Maybe he's looking for something similar to EXTRIM. Steve Quote
togores Posted February 15, 2013 Posted February 15, 2013 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. Quote
BIGAL Posted February 16, 2013 Posted February 16, 2013 Try extrim but you would have to do a PE first and join the two circles, maybe like Lee try Trim pick 2 circles then F and drag 3 lines all done. Quote
togores Posted February 16, 2013 Posted February 16, 2013 If your drawing is not too big you can speed up the TRIM command just by using the default option: 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. Quote
marko_ribar Posted February 16, 2013 Posted February 16, 2013 I don't know, perhaps my code for multiple extrim can help... Search this forum for MEXTRIM... M.R. Quote
Recommended Posts
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.