Greetings,
I would like to identify the element configurations & element types present in a particular component. I identified a python API based command as follows:
_, elembycomp = model.hm_entityincollector_byname( collector=ent.Component, collector_name="compname", entity_type=ent.Element, config_num=0, type_num=0 )
From the above command, I would like to distinguish between the configs and types. Requesting relevant python commands to retrieve based on my objective. How do I store the collected entities in specific lists and where do i find the required list of config_num & type_num that can be matched later on?
Requesting your suggestions & answers.
Regards,
Thirukumaran S