The MeshEdge object refers to an element edge. It has no constructor or members. A MeshEdge object can be accessed via a MeshEdgeArray or a repository on a part or part instance.
import part mdb.models[name].parts[name].elemEdges[i] mdb.models[name].parts[name].elementEdges[i] import assembly mdb.models[name].rootAssembly.instances[name].elemEdges[i] mdb.models[name].rootAssembly.instances[name].elementEdges[i]
This method returns a tuple of elements that share the element edge.
Arguments
Return value
A tuple of MeshElement objects.
Exceptions
This method returns a tuple of unique element faces that share the element edge.
Arguments
Return value
A tuple of MeshFace objects.
Exceptions
This method returns a tuple of nodes on the element edge.
Arguments
Return value
A tuple of MeshNode objects.
Exceptions