Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski 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: *

  • Users: MrzKamali
  • Content: Threads
  • Order by date
  1. MrzKamali

    scripting-how understand which side of a face is side1face during making region?

    Hello every one I have some face instance and gonna to loading them by pressure. before loading I revise the face's normal to one direction as below: if mdb.models['Model-1'].parts[PART_NAME].faces[0].getNormal()[2]>0...
  2. MrzKamali

    PScripting-find an edge between a lot of parts

    For the ABAQUS Experts out there, I have written a python script that generate some edges and faces and assembled them as independed instances. I want to find a instance by findAt(x,y,z). So I used below code as abaqus documentation to create an EdgeArray to be able to search between them...

Part and Inventory Search

Back
Top