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

finding geometrical entities with Abaqus / Python

Status
Not open for further replies.

edumalta

Mechanical
Joined
Jul 6, 2011
Messages
17
Location
BR
Good evening fellow colleagues,

I am working with abaqus python scripts and having a serious trouble with entities selecting. One particular example is selectig all the faces in a certain region where z=0.
I am using the "findat" function, but I only know how to specify a direct coordinate, not a range.

I tried something like:

faces2.append(f0.findAt(((all,all, 0.0), )))

That is so easy to do in ANSYS...

I would appreciate any help.

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top