jisb
Bioengineer
- Sep 29, 2004
- 35
Hi,
In my input file, I clearly defined several node/elem sets. But when I tried to use Python to retrieve the node/elem sets, using:
odb.rootAssembly.nodeSets.keys()
I don't get anything -- no node sets that were defined in input file showed up. What is the reason? Thanks!
In addition, I tried to use:
region = step1.historyRegions['Node PART-1-1.1000']
to access a sub-portion of the model, but I repeated got error message complaining the keyattribute. Could you please tell me what is going wrong? How can I retrieve the history data of just the desired node set?
Thanks very much!
In my input file, I clearly defined several node/elem sets. But when I tried to use Python to retrieve the node/elem sets, using:
odb.rootAssembly.nodeSets.keys()
I don't get anything -- no node sets that were defined in input file showed up. What is the reason? Thanks!
In addition, I tried to use:
region = step1.historyRegions['Node PART-1-1.1000']
to access a sub-portion of the model, but I repeated got error message complaining the keyattribute. Could you please tell me what is going wrong? How can I retrieve the history data of just the desired node set?
Thanks very much!