码迷,mamicode.com
首页 > 其他好文 > 详细

FreeCAD二次开发-Gui.Selection.getSelectionEx() 遍历选中的对象

时间:2020-03-31 22:47:58      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:class   object   +=   cte   技术   src   length   objects   imp   

import Part
Part.show(Part.makeBox(100,100,100))
Gui.SendMsgToActiveView("ViewFit")

length = 0.0
for o in Gui.Selection.getSelectionEx():
    for s in o.SubObjects:
        length += s.Length
print "Length of the selected edges:" ,length

Caesar卢尚宇
2020年3月31日

技术图片

 技术图片

FreeCAD二次开发-Gui.Selection.getSelectionEx() 遍历选中的对象

标签:class   object   +=   cte   技术   src   length   objects   imp   

原文地址:https://www.cnblogs.com/nxopen2018/p/12609132.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!