The MeshEdgeArray is a sequence of MeshEdge objects.
import part mdb.models[name].parts[name].elementEdges import assembly mdb.models[name].rootAssembly.allinstances.elementEdges mdb.models[name].rootAssembly.instances[name].elementEdges
This method creates a MeshEdgeArray object.
mesh.MeshEdgeArray
Return value
A MeshEdgeArray object.
Exceptions
This method returns the objects in the MeshEdgeArray 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 MeshEdgeArray object.
Exceptions
An exception occurs if the resulting sequence is empty.