Please help , how to make this script work ??
mdb.models['Model-1'].parts['Sec1'].ShellLoft(globalSmoothing=ON, loftsections= ((mdb.models['Model-1'].parts['Sec1'].edges.getByBoundingBox(0.0,0.0,0.0,0.5,0.0,0.0)...
Hello Guys
I'm a beginner in Abaqus-based python scripts
I wrote this as part of a script to partition faces, I want to check if this is right or not. because when i run the script i got the syntax error message.
mdb.models['Model-1'].parts['Sec1'].PartitionFaceBySketchThruAll(faces=...
Hello guys :)
I working on a script to partition a face and I'm using the getByBoundingBox command to select that face
I wrote this script and tried to run it however the feature creation failed
This is my script
mdb.models['Model-1'].parts['sec1'].PartitionFaceByDatumPlane(datumPlane=...
Hello guys
I'm trying to learn python scripting by performing the tasks using the CAE and then checking the python script from the jnl file
Now in performing the face partition command using a datum plane I got this script...
Hello guys :)
I have a problem in dealing withe the coordinate system in abaqus
when I sketch the section I want in the sketch module I set a specific point of the section at the origin
but when I use this sketch in the part module the position of the section changes.
how cn prevent this...
Hello guys
I have a problem in performing the loft feature on either the shell or solid. how am I going to arrange two different sections in one part to apply loft on them?
can anyone please post the steps in detail :)
Grateful in advance