roudan
Geotechnical
- Sep 7, 2020
- 38
Hi
I am doing restart vy importing deformed part from odb. I am using python script. Here is the script I am using
myModel.PartFromOdb(name=oldpart, # use same part name and instance name
instance=InstanceNames[-1], odb=odb, shape=DEFORMED, step=stepnum_import,
frame=framenum_import)
I have few questions:
1. Can I import all the node sets? In the above manual, there is no parameter in PartFromOdb() to import all the nodesets?
2. All the element sets are automatically imported, is it correct?
3. I believe the tie contact is automatically imported so I don't need to redefined it? Is it correct?
4. are all material section assignment also imported by default? if not, what is the python script to import material assignment so I don't need to redefine it?
Thanks.
Regards
I am doing restart vy importing deformed part from odb. I am using python script. Here is the script I am using
myModel.PartFromOdb(name=oldpart, # use same part name and instance name
instance=InstanceNames[-1], odb=odb, shape=DEFORMED, step=stepnum_import,
frame=framenum_import)
I have few questions:
1. Can I import all the node sets? In the above manual, there is no parameter in PartFromOdb() to import all the nodesets?
2. All the element sets are automatically imported, is it correct?
3. I believe the tie contact is automatically imported so I don't need to redefined it? Is it correct?
4. are all material section assignment also imported by default? if not, what is the python script to import material assignment so I don't need to redefine it?
Thanks.
Regards