Groups
Groups
Sign in
Groups
Groups
阳光软件.TDV软件技术论坛
Conversations
About
Send feedback
Help
如何获取所有钢束的长度
21 views
Skip to first unread message
江安
unread,
Mar 25, 2009, 12:19:05 AM
3/25/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 内部论坛, 外部论坛
这是一种方法,写好这段TCL后,在施工阶段中加入RUNTCL:
## 说明,本语句用来得到本模型所有钢束的长度。
## 使用方法,在作用中,加入一句:runtcl,然后选中本文件
## 结果在当前施工进度计划中的getalltendonlength.lst文件中取
LIST "钢束号" " 长度"
foreach tendon [TENDON GETALL] {
LIST [format "%10i %9.4f" $tendon [TENDON $tendon GETLENGTH]]
}
getalltendonlength.tcl
Reply all
Reply to author
Forward
0 new messages