You are here
API Tcl Hypermesh
Fri, 2010-04-09 19:38 - Nguyen Van Chau
API Tcl Hypermesh
Calc Area of component from selected elements, no need surfaces
http://www.hypergraph.com/yaf/Default.aspx?g=posts&t=101&AspxAutoDetectCookieSupport=1
*createmark elems 1 "by comp" comp1
set comp_el_list [hm_getmark elems 1]
set comp1_area 0
foreach id $comp_el_list {
set el_area [hm_getentityvalue elements $id "area" 0]
set comp_1area [expr $comp_1area + $el_area]
}
Good ref URL ftp://ftp.altair.de/outgoing/hyperworks/macro_toolbars/
Attachment | Size |
---|---|
HM Advanced Training.pdf | 662.35 KB |
»
- Nguyen Van Chau's blog
- Log in or register to post comments
- 9113 reads
Recent comments