Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

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

finding part volume using Python script in Abaqus

Status
Not open for further replies.

Shank007

Automotive
Joined
Jan 31, 2015
Messages
1
Location
US
thread799-376818

The subject thread is closed, but without any answer. I recently joined and I thought I will try to answer it for future reference.

mask=mdb.models['Model'].parts['part'].cells.getMask()
cellobj_sequence= mdb.models['Model'].parts['part'].cells.getSequenceFromMask(mask=mask)
part_volume=mdb.models['Model'].parts[part'].getVolume(cells=cellobj_sequence)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top