Author Topic: New 3DSolid TRIM and SPLIT commands.  (Read 4527 times)

0 Members and 1 Guest are viewing this topic.

togores

  • Guest
New 3DSolid TRIM and SPLIT commands.
« 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
More information in my blog: http://lispexpert.blogspot.com/p/chapter-18.html
« Last Edit: June 06, 2013, 09:17:34 AM by togores »

nobody

  • Swamp Rat
  • Posts: 861
  • .net stuff
Re: New 3DSolid TRIM and SPLIT commands.
« Reply #1 on: February 13, 2013, 09:21:07 PM »
Very cool! Thank you