Find more posts tagged with
Sort by:
1 - 2 of
21
Thank you very much, the scripts can be run in my model. But not perfect, 2 questions as shown in attachments: 1. Add “all” ,the output is all components in my model, but sometimes I want to single component by name or ID , and the max value were written in csv, if possible I prefer puts it directly, how to get it; 2.The get measure handle was shown in my draw, but it’s default font, how to change it and hide min measure value; Looking forward to your reply.as far as I know there's no function for exporting to excel in HWC right now.
What kind of data do you need to extract from your model?
If not 100% necessary to be a script, maybe advanced query could help.
Otherwise, some TCL script might be necessary. Attached a sample TCL script to export Stress for All elements. This is an old script, and it is pure TCL. This would be much smaller using hybrid TCL and HWC commands.
as far as I know there's no function for exporting to excel in HWC right now.
What kind of data do you need to extract from your model?
If not 100% necessary to be a script, maybe advanced query could help.
Otherwise, some TCL script might be necessary. Attached a sample TCL script to export Stress for All elements. This is an old script, and it is pure TCL. This would be much smaller using hybrid TCL and HWC commands.