Hello,
I'd like to write a script for HyperMesh which automatically generates properties and assigns material to a component.
The article Automation for Material and Property Values in HyperMesh Using TCL inspired me enough to make my life easier
/emoticons/default_smile.png' alt=':)' srcset='/emoticons/smile@2x.png 2x' width='20' height='20'>
The idea is similar to that one, described in the article. I'd like to put information about material and thickness in my component name. The only thing I don't know is where can I find commands which could read and analyse my components name.
I.e:
COMPONENT_NAME@MATERIAL_THICKNESS (my component name)
Main_Hood@steel_12mm
I'd like to split the name of component into variables:
NAME = Main_Hood (everything before '@' sign is a name)
MATERIAL = steel
THICKNESS = 12
Could you suggest me where could I search for such commands?
Thank you in advance.
Best regards
Jakub