[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Slice Up Solids
Tip# 4121 By Raymond Rizkallah On 18-May-2013
0
Rated By 0 users Downloaded : 457
Categories : LISP Code Modules
Software type : AutoCAD 2014
Rename File To : L-SLICING.lsp
Perform single or multiple slices by projecting lines into cutting planes.

Frequent contributor Raymond Rizkallah sends us this nice little routine that contains two functions for performing a slice operation on 3D objects. Start by loading the LISP file, then use the function SLC to perform a single slice by picking a line or two points. The line (or two points that define a line) is projected to make the cutting plane, and both parts are retained. If you want to slice the object using multiple lines, use the function SLCM, which will let you select multiple lines that are also projected to make cutting planes, while retaining all parts.



 

Average Rating:
0


User comments