Running Abaqus 6.14-2 here. I have a complex sketch profile, but to illustrate my problem, I have a simple rectangular profile for extrusion that I created in the GUI and I have created two parameters, 'length' and 'width', in the parameter manager of the Sketch module.

I want to run a parametric study modifying the length and width, but I can't seem to find it anywhere via the Python scripting interface. I am able to control the extrusion depth via

mdb.models['Model-1'].parts['Part-1'].features['Sketch-1'].setValues(depth=0.05)

I can see the term 'parameters' if I run

mdb.models['Model-1'].parts['Part-1'].features['Sketch-1'].sketch.__members__

but I can't seem to access it. Where can I find the parameters that I created in the parameter manager?

More Zherui Martinez-Guo's questions See All
Similar questions and discussions