Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • 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 part volume using Python script in Abaqus

Status
Not open for further replies.

Shank007

Automotive
Jan 31, 2015
1
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