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=...
I also tried this script
p = mdb.models['Model-1'].parts['sec1']
Face = mdb.models['Model-1'].parts['sec1'].faces.getByBoundingBox(0.53,-0.03,0.0,2.03,-0.03,2.0)
p.PartitionFaceByDatumPlane(datumPlane=mdb.models['Model-1'].parts['sec1'].datums[7], faces=Face)
but I got the same result...
I don't know, I'm new to scripting, and I'm trying to learn to model the ship parts using python scripts
You mean that I can define the faces before I do the partitioning?, can you write a script example please?
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