Panel creation via API using cache

Panel creation via API using cache

Anonymous
Not applicable
539 Views
1 Reply
Message 1 of 2

Panel creation via API using cache

Anonymous
Not applicable

Hello to everyone,

 

I know that for creating nodes and bars there is the possibility to use the cache memory in VBA and then apply the allocated elements to the Robot model. This is a faster way of creating nodes and bars.

I would like to know if is there the same possibility for creating panels or, anyway, a faster procedure (faster considering the computational time) for creating panels.

 

Thank you in advance!

0 Likes
Accepted solutions (1)
540 Views
1 Reply
Reply (1)
Message 2 of 2

Rafal.Gaweda
Autodesk Support
Autodesk Support
Accepted solution

Hi Cris

 

Cache for panels is not implemented

Try:

 

RobApp.Interactive = False
RobApp.Project.Structure.Objects.BeginMultiOperation

....

....

....

RobApp.Project.Structure.Objects.EndMultiOperation
RobApp.Interactive = True

 

Example here:

https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-macro-for-creating-panel-profiles...



Rafal Gaweda
0 Likes