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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Simon90

  1. Simon90

    "Keyword error on faces" when handing over tuples to f.findAt function

    I want to make a set with the help of some python code. The coordinates for the set are stored in the list circle list. The following I tried: p = mdb.models['Model-1'].parts['Part-1'] f = p.faces coordinates_for_faces = tuple() for i in range(0, len(circleList)): tuple_coordinates=...

Part and Inventory Search

Back
Top