Hypermesh - selecting components with names containing a certain string
Hi all,
Am trying to find a line of code which will select a component / assembly / set etc, when the name contains a certain string... for instance the assembly name may read 'apples-001001a' but I want a script to select that assembly if the name contains 'apples' as the number could change in the future.
Any ideas?
Cheers
Andy
Find more posts tagged with
Sort by:
1 - 5 of
51
Below cmd could work:
*createmark comps 1 'contains value' name apples* 1
puts [hm_getmark comps 1]