(API) Robot Preferences

(API) Robot Preferences

a54249
Enthusiast Enthusiast
883 Views
2 Replies
Message 1 of 3

(API) Robot Preferences

a54249
Enthusiast
Enthusiast

I created an algorithm that constantly changes the geometry of a structure in robot and because of that I constantly get the following message,

"The performed operation will cause the changes in the database containing structure data and may cause a change of the result status to 'not available' do you want to continue?"

Is there any way of always say "Yes" by default?

Thanks in advance

0 Likes
Accepted solutions (1)
884 Views
2 Replies
Replies (2)
Message 2 of 3

Rafal.Gaweda
Autodesk Support
Autodesk Support
Accepted solution
I guess you are looking for these:

robapp.Project.CalcEngine.AutoFreezeResults = False

or

robapp.Project.Structure.ResultsFreeze = False


Rafal Gaweda
0 Likes
Message 3 of 3

a54249
Enthusiast
Enthusiast

It really worked!

Thanks a lot!

0 Likes