api apply Uniform planer load to panel element

api apply Uniform planer load to panel element

tdx5SK
Participant Participant
195 Views
1 Reply
Message 1 of 2

api apply Uniform planer load to panel element

tdx5SK
Participant
Participant

Hello every one

 

i am trying to set uniform planer load to panel object

but during coding when i try to explore the objects related to my load record it returns that the loadrecord do not have object attribute 

while in api documentation says the opposite

Screenshot 2023-10-31 141134.png

Screenshot 2023-10-31 141222.png

 Thanks and regards

0 Likes
196 Views
1 Reply
Reply (1)
Message 2 of 2

Stephane.kapetanovic
Mentor
Mentor

hi @tdx5SK 

first try setting the missing cast for caseRecords as RobotLoadRecordMngr (the new or create methods may not work depending on the version of Python used)

CaseRecords = RobotLoadRecordMngr(simplecase.Records)

Best Regards

 

Stéphane Kapetanovic

Did you find this post helpful? If it gave you one or more solutions,
don't forget to accept the solution and leave a < like !
EESignature
0 Likes