Element(...)
This method creates an element on an orphan mesh part from a sequence of nodes.
Path
mdb.models[name].parts[name].Element
Required arguments
- nodes
A sequence of MeshNode objects.
- elemShape
A SymbolicConstant specifying the shape of the new element. Possible values are LINE2, LINE3, TRI3, TRI6, QUAD4, QUAD8, TET4, TET10, WEDGE6, WEDGE15, HEX8, and HEX20.
Optional arguments
- label
An Int specifying the element label.
Return value
A MeshElement object.
Exceptions
None.