The MeshFaceArray is a sequence of MeshFace objects.
import part mdb.models[name].parts[name].elementFaces import assembly mdb.models[name].rootAssembly.allinstances.elementFaces mdb.models[name].rootAssembly.instances[name].elementFaces
This method creates a MeshFaceArray object.
mesh.MeshFaceArray
Return value
A MeshFaceArray object.
Exceptions
This method returns the objects in the MeshFaceArray identified using the specified mask. When large number of objects are involved, this method is highly efficient.
Required argument
A String specifying the object or objects.
Optional arguments
Return value
A MeshFaceArray object.
Exceptions
An exception occurs if the resulting sequence is empty.