hypermesh script for element associate comps
Hello to all the experienced programmers,
I have a question regarding secondary development.
I know the ID of an element, but how can I determine which component this element belongs to?
this my script now,but now response!!
set id 202 eval *createmark comps 1 "by element id" $id hm_highlightmark comps 1 h
Find more posts tagged with
Sort by:
1 - 1 of
11
use this syntax:
set id 202
hm_getvalue elems id=$id dataname=component
102
hm_getvalue elems id=$id dataname=component.name
LATERAL Partition 7.1
use this syntax:
set id 202
hm_getvalue elems id=$id dataname=component
102
hm_getvalue elems id=$id dataname=component.name
LATERAL Partition 7.1