Hello,
I am requesting your help to solve an issue I'm going through. I am using the python scripting feature of Abaqus to study the properties of a 2D section. At a certain point in my computation, I want to determine the bounding box of a part (in my case 2D) with the part.nodes.getBoundingBox() function. I checked the type of part.nodes and it's a MeshNodeArray as expected (I did the check step-by-step in the console).
When I call the function, which is documented in the scripting reference manual in 30.10.7, the CAE crashes. The documentation specifies that there is no argument. Everything else works perfectly fine. How could I get this function to work ?
Thank you