mymesh.converter.surf2edges#
- mymesh.converter.surf2edges(NodeCoords, NodeConn, ElemType='auto')[source]#
Extract the edges of an unclosed surface mesh. This differs from solid2edges in that it doesn’t return any interior mesh edges, and for a volume mesh or closed surface, surf2edges will return [].
- Parameters:
NodeCoords (list) – List of nodal coordinates.
NodeConn (list) – List of nodal connectivities.
- Returns:
Edges – List of nodal connectivities for exposed edges.
- Return type:
list