(API) RobotViewDisplayAttributes

(API) RobotViewDisplayAttributes

jkn
Participant Participant
521 Views
2 Replies
Message 1 of 3

(API) RobotViewDisplayAttributes

jkn
Participant
Participant

Hi...

Can anyone help me make a macro (excel) for turning of section symbols.

 

I am looking in "Robot API.pdf" under IRobotViewDisplayAttributes, but can not figure out, how to write the code.

 

Best Regards

Jakob

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

Rafal.Gaweda
Autodesk Support
Autodesk Support
Accepted solution
Dim View As IRobotView3
Set View = Robapp.Project.ViewMngr.GetView(1) 

View.ParamsDisplay.Set I_VDA_SECTIONS_SHAPE, False 
View.ParamsDisplay.Set I_VDA_SECTIONS_SYMBOLS, False 


Rafal Gaweda
Message 3 of 3

jkn
Participant
Participant
Hi Rafal
Perfect, thank you very much.
Regards Jakob
0 Likes