(API) Division Points N - points on calc. elem.

(API) Division Points N - points on calc. elem.

Anonymous
Not applicable
581 Views
4 Replies
Message 1 of 5

(API) Division Points N - points on calc. elem.

Anonymous
Not applicable

Hi,

 

I have generated Force table using API:

robakk16_0-1604328353405.png

and I got this Forces table in Robot:

robakk16_1-1604328430543.png

but I would like to have Force table with additional division points like this:

robakk16_2-1604328483694.png

I can achive this result by changing table columns to this option:

robakk16_3-1604328541420.png

Can I change this option somehow using API and after that print result to temp file? I tried to use Configuration.SetFlag after Selection, but I do not know which flag should I use and with which value?

 

Regards

0 Likes
Accepted solutions (1)
582 Views
4 Replies
Replies (4)
Message 2 of 5

Rafal.Gaweda
Autodesk Support
Autodesk Support

Hi @Anonymous 

 

Try  .....SetValue I_TCV_NUMBER_OF_DIVISION_POINTS,......



Rafal Gaweda
0 Likes
Message 3 of 5

Anonymous
Not applicable

Hi, Thanks for answer.

 

Unfortunately it change this value:

robakk16_0-1604398487500.png

but I do not want to change this value, but only change the radio button to second option.

0 Likes
Message 4 of 5

Rafal.Gaweda
Autodesk Support
Autodesk Support
Accepted solution

Hi @Anonymous 

 

So I am afraid it is not implemented in API.

 



Rafal Gaweda
0 Likes
Message 5 of 5

Anonymous
Not applicable

😞
I can change this option to third radio button 

robakk16_0-1604399556614.png

using: 

.Configuration.SetFlag(IRobotTableConfigFlag.I_TCF_GLOBAL_ANALYSIS_RESULTS_RELATIVE, 1);

 

0 Likes