crystalboy 发表于 2021-2-6 20:07:07

批量交点打断程序

本帖最后由 crystalboy 于 2021-2-6 20:08 编辑

批量交点打断程序,网上下载的,共享。

aichong 发表于 2021-8-2 18:05:48

国主 发表于 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

流动的清泉 发表于 2021-11-17 20:50:17

很老的程序了
(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:52:30

流动的清泉 发表于 2021-11-17 20:50
很老的程序了
(cond
      ((= brtword "1") (BreakAll));;;全打断


这个程序看的很高级,容易出错,其实不好用

ninja37 发表于 2021-2-7 12:21:25

收下了谢谢

趣意人生 发表于 2021-2-7 21:27:03

收下了谢谢

sunny_8848 发表于 2021-2-7 21:57:03

谢谢楼主分享

hhh454 发表于 2021-2-8 18:13:41

感谢楼主分享

xj6019 发表于 2021-2-9 08:15:46


感谢楼主分享

明_明 发表于 2021-2-9 08:57:31

感谢分享好工具!

ketxu 发表于 2021-2-11 22:08:48

Thanks for sharing. It's quite old module ^^

cyfdean 发表于 2021-2-20 15:07:27


收下了谢谢

likongshun 发表于 2021-3-4 14:03:27

谢谢分享,很方便!
页: [1] 2 3 4 5
查看完整版本: 批量交点打断程序