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!

Creating surface from 3D element faces

Status
Not open for further replies.

Shahrzad1989

Student
Joined
Jan 2, 2020
Messages
2
Location
NL
Hi all. I am trying to create a mesh-based surface using an Abaqus script. Firstly, I define a geometrical set using the surface. Afterwards, I find the elements belonging to the defined set ("elems") and finally using
p = mdb.models[ModelName].parts[PartName]
p.Surface(face1Elements=elems, name='Surf-1')
I try to create my surface. It is created without errors but it is not a flat surface. Could anyone help please?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top