Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. HayaNaji

    Type error: loftsections[0][0];found GeomSequence,expecting vertex

    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)...
  2. HayaNaji

    SyntaxError: getByBoundingBox

    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=...
  3. HayaNaji

    getByBoundingBox command

    Could it be because the face has a little curvature, it's not plane?
  4. HayaNaji

    Python: How to select all instances at once?

    This is in the Assembly module , what if I want to select the faces of a part in the part module with getByBoundingBox ??
  5. HayaNaji

    getByBoundingBox command

    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...
  6. HayaNaji

    getByBoundingBox command

    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?
  7. HayaNaji

    getByBoundingBox command

    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=...
  8. HayaNaji

    Hello guys I'm trying to learn p

    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...
  9. HayaNaji

    Abaqus coordinate system

    Thank you that was very useful [thumbsup2]
  10. HayaNaji

    Abaqus coordinate system

    Sorry are you sure that option is available? , I can't Find it!
  11. HayaNaji

    Abaqus coordinate system

    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...
  12. HayaNaji

    Loft feature

    It worked :D Thanks a lot, i'm really grateful :)
  13. HayaNaji

    Loft feature

    Thank you but are you sure that I can sketch any geometry I want? How exactly can I sketch on a datum plane? Kind regards
  14. HayaNaji

    Loft feature

    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

Part and Inventory Search