Robot Structural Analysis Forum
Welcome to Autodesk’s Robot Structural Analysis Forums. Share your knowledge, ask questions, and explore popular Robot Structural Analysis topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

(API) Highlight nodes in Robot

1 REPLY 1
Reply
Message 1 of 2
Anonymous
430 Views, 1 Reply

(API) Highlight nodes in Robot

I have a list of integers equal to node numbers. I need to highlight only those within Robot using an API

 

Tried using Selections method in C# but unable to highlight those nodes in Robot. Kindly help

 

Many thanks

 

@Rafal.Gaweda

Labels (3)
1 REPLY 1
Message 2 of 2
Rafal.Gaweda
in reply to: Anonymous

Hi @Anonymous 

 

You have to update \ make Get selection from these numbers.

See example:

https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-macro-for-highlighting-nodes-with-instabilities/m-p/3924663#M13667

 

or

 

Dim RView As IRobotView3 

Set RView = Robapp.Project.ViewMngr.GetView(1)
RView.Selection.Get(I_OT_NODE).FromText ("7to12")    

RView.Redraw (0)
Robapp.Project.ViewMngr.Refresh

 



Rafal Gaweda

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report