I have a list of Material Datasets saved in a List in Python (e.g. for unfactored Undrained materials the List is Unfac_Undr_MatSets).
in the Staged Construction, I want to change the Material in each borehole volume from respective material in Drained Material set to respective material in Undrained Data set.
for i in range(len(Unfac_Undr_MatSets)): g_i.BoreholeVolumes[i].Material.set(Loadphase, Unfac_Undr_MatSets[i])
The Output is giving an error as "Requested attribute 'BoreholeVolumes' is not present". Am I getting the object or syntax wrong? Should I have used Soilvolumes[i]? Does anyone have any example regarding this.
Thanks in advance.
Regards
Sangeet