TheSwamp

CAD Forums => CAD General => The Third Dimension => Topic started by: togores on February 09, 2013, 07:11:13 AM

Title: New 3DSolid TRIM and SPLIT commands.
Post by: togores on February 09, 2013, 07:11:13 AM
The CheckInterference method can have many uses besides that of checking for possible  interferences. The tutorial in section 18.9 of my book "AutoCAD expert's Visual LISP" adds two new 3DSolid editing commands to AutoCAD. These will reproduce the functionality of the Solid modeling tools TRIM and SPLIT introduced in Sketchup PRO version 8.
The TRIM tool allows picking 3DSolids as the trimming objects and a set of overlapping 3DSolids from which the overlapping portion will be removed without deleting the trimming solid as would be the case if a SUBTRACTION operation was performed.
The SPLIT command is more elaborate, as it will create separate 3DSolids wherever the solids overlap.
In both cases the trick will be to use the Interference solid, as this way none of the Solids on which the command operates will be lost, they will be modified applying Boolean operations using the Interference solid.
This App is now available as an AutoCAD Exchange App http://apps.exchange.autodesk.com/ACD/es/List/Search?productline=ACD&query=trimsplit (http://apps.exchange.autodesk.com/ACD/es/List/Search?productline=ACD&query=trimsplit)
More information in my blog: http://lispexpert.blogspot.com/p/chapter-18.html (http://lispexpert.blogspot.com/p/chapter-18.html)
Title: Re: New 3DSolid TRIM and SPLIT commands.
Post by: nobody on February 13, 2013, 09:21:07 PM
Very cool! Thank you