Material Name Display on HM screen through macro

Altair Community Member
Updated by Dipesh_21760
Hello,
Can someone help me.
I am trying to get component name, material name and component thickness directly into ppt through macro or in hypermesh.
It will be really helpful for reporting purpose.
Sort by:
1 - 3 of
31


Updated by Adriano_Koga
i'm a scripting supporter, but sometimes the function is already there to be used.
In Tools>>Comp Table you will populate a table with pretty much everything that you want.
<?xml version="1.0" encoding="UTF-8"?>

Altair Community Member
OPUpdated by Dipesh_21760
@adriano a
&
thanks for your response but i already know the way to check details throught component table what i am looking for is if i run the script in hypermesh it will directly show me assigned material and thickness to displayed components on hypermesh screen
You can get all these information with a small Tcl script. Write out on Command window and copy/paste into your PPT?