AutoCAD

객체 교차점을 끊는 LISP BreakObjects.lsp

skyground21 2021. 10. 20. 13:44
반응형

객체 교차점을 끊는 LISP  BreakObjects.lsp

 

=======================[ BreakObjects.lsp ]==============================
 Author: Copyright?2006-2008 Charles Alan Butler 
 Contact @  www.TheSwamp.org
 Version:  2.1  Nov. 20,2008
 Purpose: Break All selected objects
    permitted objects are lines, lwplines, plines, splines,
    ellipse, circles & arcs 
                            
  Function  c:MyBreak -       DCL for selecting the routines
  Function  c:BreakAll -      Break all objects selected with each other
  Function  c:BreakwObject  - Break many objects with a single object
  Function  c:BreakObject -   Break a single object with other objects 
  Function  c:BreakWith -     Break selected objects with other selected objects
  Function  c:BreakTouching - Break objects touching selected objects
  Function  c:BreakSelected - Break selected objects with any objects that touch it 
  Revision 1.8 Added Option for Break Gap greater than zero
  NEW r1.9  c:BreakWlayer -   Break objects with objects on a layer
  NEW r1.9  c:BreakWithTouching - Break touching objects with selected objects
  Revision 2.0 Fixed a bug when point to break is at the end of object
  Revision 2.1 Fixed another bug when point to break is at the end of object


  Function  break_with  - main break function called by all others and
                          returns a list of new enames, see c:BreakAll
                          for an example of using the return list

 

 

BreakObjects21.zip
0.01MB

반응형