The MeshNodeArray is a sequence of MeshNode objects.
import part mdb.models[name].parts[name].allInternalSets[name].nodes mdb.models[name].parts[name].allInternalSurfaces[name].nodes mdb.models[name].parts[name].allSets[name].nodes mdb.models[name].parts[name].allSurfaces[name].nodes mdb.models[name].parts[name].nodes mdb.models[name].parts[name].sets[name].nodes mdb.models[name].parts[name].surfaces[name].nodes import assembly mdb.models[name].rootAssembly.allInternalSets[name].nodes mdb.models[name].rootAssembly.allInternalSurfaces[name].nodes mdb.models[name].rootAssembly.allSets[name].nodes mdb.models[name].rootAssembly.allSurfaces[name].nodes mdb.models[name].rootAssembly.instances[name].nodes mdb.models[name].rootAssembly.instances[name].sets[name].nodes mdb.models[name].rootAssembly.instances[name].surfaces[name].nodes mdb.models[name].rootAssembly.nodes mdb.models[name].rootAssembly.sets[name].nodes mdb.models[name].rootAssembly.surfaces[name].nodes
This method returns the object in the MeshNodeArray with the given label.
Required argument
An Int specifying the label of the object.
Optional arguments
Return value
A MeshNode object.
Exceptions
This method returns the object or objects in the MeshNodeArray identified using the specified mask. This command is generated when the JournalOptions are set to COMPRESSEDINDEX. 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 MeshNode object.
Exceptions
This method returns the object or objects in the MeshNodeArray identified using the specified labels.
Required argument
A sequence of Ints specifying the labels.
Optional arguments
Return value
A MeshNode object.
Exceptions
An exception occurs if the resulting sequence is empty.