Hi,
Is there any command which can return the total count of materials. I want to further use that count in looping.
thanks
Hi Ajinkya,
You can use the following command to return count of material:
*createmark materials 1 all
hm_marklength materials 1
Thank you
You can use the following command to get total count of materials in model
hm_count materials all 0 0
Thanks A lot it worked!!
Hi Ajinkya,
You can use the following command to return count of material:
*createmark materials 1 all
hm_marklength materials 1
Thank you