March 31, 2020 at 6:33 am
Subscriber
Sorry, if iam jumping to another problem.
I want to create the "imported Displacement" by ACT console python Script.
I tryed below.. This is not working
analysis = ExtAPI.DataModel.Project.Model.Analyses[0]
imported = [0]
tempload = imported.AddImportedDisplacement()
............
I tryed this too
s = ExtAPI.DataModel.Project.Model.GetChildren(DataModelObjectCategory.ImportedLoad, True)
s.AddImportedDisplacement()
iam getting errorr : 'List[DataModelObject]' object has no attribute 'AddImportedDisplacement'
Please help me on this