Hi everyone,
I am trying to select nodes based on their coordinate and then to put them in a nodeset but I get "Feature creation failed" error message when I run the following python code:
mesh_nodes=mdb.models['name'].rootAssembly.instances['name'].nodes
selected_nodes=[]
for node in...
Hi everyone,
I am trying to access the history output data (displacements) for a nodeset that I have created by mdb.models[].rootAssembly.Set(). However, when I want to access these nodes to create a history point and region, I get this error message saying that I have given a mdbMeshnode...