[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.
Create Section Cut
Tip# 2191 By Raymond Rizkallah On 01-Mar-2007
4
Rated By 3 users Downloaded : 1712
Categories : Sections, 3D Operations
Software type : AutoCAD
Rename File To : Tip 2191: secTTion.lsp
Routine works with 3D models in AutoCAD to create a hatched-section detail that resides on the same layer (and color) as the original model.

Create Section Cut (Tip #2191) by Raymond Rizkallah works with 3D models in AutoCAD to create a hatched-section detail that resides on the same layer (and color) as the original model. Draw a 3D model using cones, boxes and so forth in AutoCAD and then load the LISP code for this tip. Type SEC1 or SEC2 to start the command. SEC1 keeps the hatch on the same layer/color as the original and SEC2 doesn't update the hatch color. Select a LINE object that defines the cut (as viewed down the UCS), and the routine creates the section and then waits for you to place it in the drawing. The section cut program does a lot of work, so it may require a few seconds to accomplish the task based on the complexity of your model. Nice programming!

 

 

Average Rating:
4


User comments
Comment by Velez,Juan Carlos
Posted on 2009-04-22 13:44:44
Very good rutine Thanks Raymond