Node(...)
This method creates a node on an orphan mesh part.
Path
mdb.models[name].parts[name].Node
Required arguments
- coordinates
A sequence of three Floats specifying the coordinates of the new node.
Optional arguments
- localCsys
A DatumCsys object specifying the local coordinate system. If unspecified, the global coordinate system will be used.
- label
An Int specifying the node label.
Return value
A MeshNode object.
Exceptions
None.