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: 

Bars to links (API)

13 REPLIES 13
SOLVED
Reply
Message 1 of 14
Alec1
2629 Views, 13 Replies

Bars to links (API)

Hi everyone.

I would like to know if anyone can tell me if it is possible to automatically transform a series of bars into links.
Thanks

Alex

13 REPLIES 13
Message 2 of 14
Rafal.Gaweda
in reply to: Alec1

Example macro attached.

Selected bars in Robot will be converted onto full rigid links



Rafal Gaweda
Message 3 of 14
Alec1
in reply to: Rafal.Gaweda

Thank you very much!

Now I am still a new user of robots, but I would like to know if I can create by myself an application

like the one you sent me.

 

Is there a manual to learn?

 

Message 4 of 14
Rafal.Gaweda
in reply to: Alec1
Message 5 of 14
Romanich
in reply to: Rafal.Gaweda

Hi Rafal,

Could you confirm that now it is impossible to create trough API multiple rigid links with the common master node?

 

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


Message 6 of 14
Rafal.Gaweda
in reply to: Romanich

Of course it is not possible because it is not possible to create such RL in Robot itself.


Rafal Gaweda
Message 7 of 14
Romanich
in reply to: Rafal.Gaweda

Really?

Rlinks.png

I'm trying to do the same by API

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


Message 8 of 14
Rafal.Gaweda
in reply to: Romanich

This is one RL with 4 slave nodes....


Rafal Gaweda
Message 9 of 14
Romanich
in reply to: Rafal.Gaweda

I have found solution. Thanks!

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


Message 10 of 14
Rafal.Gaweda
in reply to: Romanich

        Dim RLS As RobotNodeRigidLinkServer
        Set RLS = RobApp.Project.Structure.Nodes.RigidLinks
        
        RLS.Set 7, "3to6", "rl_fixed"

 



Rafal Gaweda
Message 11 of 14
mgaafar
in reply to: Rafal.Gaweda

Hi Rafal,

            Can you update the API macro to create Compatible nodes between bars end nodes instead of Rigid links?

I have about 1000 nodes that need to be linked in a nonlinear behavior and I could not find away other than copying the nodes with the Drag option so as to create bars, and then use the API to create a compatible link between the end points of each bar.

Just for your info, I am using it with Solid/volumetric structure design module.

Thanks

Message 12 of 14
Rafal.Gaweda
in reply to: mgaafar

Hi @mgaafar

I am afraid it can not be done by API.

Using API , the compatible nodes can be generated only in bars common node  + specifying bars which should belong to new node created.

 



Rafal Gaweda
Message 13 of 14
cool.stuff
in reply to: Rafal.Gaweda

@Rafal.Gawedacould you please explain how this sheet works?

I have selected a closed boundary of bars in RSAP and run your macro but I always get the message: "Decide - RL will not be created".

 

Could you explain or create a video please? Thanks!

Message 14 of 14
Rafal.Gaweda
in reply to: cool.stuff

Hi @cool.stuff 

 

This macro works for only ONE selected bar.



Rafal Gaweda

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

Post to forums  

Autodesk Design & Make Report