Please tell me how to get [Geometry File Name] from Mechanical
Hi
The below should be of help and get what is needed:
model=ExtAPI.DataModel.Project.Model geom=model.Geometry sourc=geom.Source print(sourc)
Thank you
Erik