We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation General Mechanical Design point reslut export Reply To: Design point reslut export

Rohith Patchigolla
Ansys Employee

Hi Elena, 

I understand. I would suggest opening a new post in ANSYS Developer forum as this is the place for scripting related questions. 

https://discuss.ansys.com/

Also, please check the existing discussions, perhaps, a similar query might already have been answered. 

For checking DataModelObjectCategory, you can activate a particular object in the Mechanical Tree and type the below commands. 

activeObj = Tree.FirstActiveObject

activeObj.DataModelObjectCategory

Best regards,

Rohith