ABAQUS: Command to calculate the area of a face ?
ABAQUS: Command to calculate the area of a face ?
(OP)
So, the subject is self-descriptive. How can I calculate the area of a face? What python command should I use?
p=mdb.models['Model-1'].parts['Part-0']
pfaces=p.faces
area of each face????
p=mdb.models['Model-1'].parts['Part-0']
pfaces=p.faces
area of each face????





RE: ABAQUS: Command to calculate the area of a face ?