28.10 MeshNodeArray object

The MeshNodeArray is a sequence of MeshNode objects.

Access
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


28.10.1 getFromLabel(...)

This method returns the object in the MeshNodeArray with the given label.

Required argument

label

An Int specifying the label of the object.

Optional arguments

None.

Return value

A MeshNode object.

Exceptions

None.


28.10.2 getSequenceFromMask(...)

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

mask

A String specifying the object or objects.

Optional arguments

None.

Return value

A MeshNode object.

Exceptions

None.


28.10.3 sequenceFromLabels(...)

This method returns the object or objects in the MeshNodeArray identified using the specified labels.

Required argument

labels

A sequence of Ints specifying the labels.

Optional arguments

None.

Return value

A MeshNode object.

Exceptions

An exception occurs if the resulting sequence is empty.

Error: The mask results in an empty sequence


28.10.4  Members

The MeshNodeArray object has no members.