Hi,
1- What is the way to activate the "Capture Curvature" option for a typical Sizing setting while scripting? Recording can't add such a line in the script. I learned that there is a command to activate this for the global mesh configuration, like:
mesh_1.CaptureCurvature = True
But how can I activate this for Sizing? I tried changing this to a form like:
sizing_1.CaptureCurvature = True
but it didn't work. It causes this error:
'Sizing' object has no attribute 'CaptureCurvature'
2- How can I find the programmers' guide (PDF) for ANSYS Meshing?
Any help would greatly be appreciated.
Best