批量交点打断程序
本帖最后由 crystalboy 于 2021-2-6 20:08 编辑批量交点打断程序,网上下载的,共享。
国主 发表于 2021-6-29 23:50
命令是多少啊谢谢
;;;Functionc:BreakAll - Break all objects selected
;;;Functionc:BreakwObjects - Break many objects with a single object
;;;Functionc:BreakObject - Break a single object with many objects
;;;Functionc:BreakWith - Break selected objects with other selected objects
;;;Functionc:BreakTouching - Break objects touching the single Break object
;;;Functionc:BreakSelected - Break selected objects with anyobjects that touch it
很老的程序了
(cond
((= brtword "1") (BreakAll));;;全打断
((= brtword "2") (BreakwObjects));;;多被一断
((= brtword "3") (BreakObject));;;一被多断
((= brtword "4") (BreakWith));;;前被断后
((= brtword "5") (BreakTouching));;;选择 断有相交的
((= brtword "6") (BreakSelected));;;选择 被相交点断的
((= brtword "7") (Breakinsert));;;选择 被相交点断的
) 流动的清泉 发表于 2021-11-17 20:50
很老的程序了
(cond
((= brtword "1") (BreakAll));;;全打断
这个程序看的很高级,容易出错,其实不好用 收下了谢谢 收下了谢谢 谢谢楼主分享 感谢楼主分享
感谢楼主分享 感谢分享好工具! Thanks for sharing. It's quite old module ^^
收下了谢谢 谢谢分享,很方便!