=======================[ 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
치수선 값을 엑셀로 내보내기 (0) | 2021.11.09 |
---|---|
Exporting Dimensions to Excel (0) | 2021.11.05 |
layer on off (0) | 2021.10.20 |
layer filters delete (0) | 2021.10.20 |
선형에 객체를 일정 간격으로 삽입하기 (0) | 2021.10.20 |