Bars to rigid links converter add-in

Konrad.O
Autodesk Support

Bars to rigid links converter add-in

Konrad.O
Autodesk Support
Autodesk Support

WIP

A copy of the archived "Bars to rigid links converter" topic:

http://forums.autodesk.com/t5/Autodesk-Robot-Structural/Bars-to-links-API/m-p/3743220/highlight/true... 



Konrad Ociepka
Senior Product Owner - Structural Analysis
0 Likes
Reply
302 Views
14 Replies
Replies (14)

Alec1
Explorer
Explorer

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

0 Likes

Rafal.Gaweda
Autodesk Support
Autodesk Support

Example macro attached.

Selected bars in Robot will be converted onto full rigid links



Rafal Gaweda

Alec1
Explorer
Explorer

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?

 

0 Likes

Rafal.Gaweda
Autodesk Support
Autodesk Support
0 Likes

Romanich
Mentor
Mentor

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


0 Likes

Rafal.Gaweda
Autodesk Support
Autodesk Support
Of course it is not possible because it is not possible to create such RL in Robot itself.


Rafal Gaweda
0 Likes

Romanich
Mentor
Mentor

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


0 Likes

Rafal.Gaweda
Autodesk Support
Autodesk Support
This is one RL with 4 slave nodes....


Rafal Gaweda
0 Likes

Romanich
Mentor
Mentor

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


0 Likes

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

 



Rafal Gaweda

mgaafar
Advocate
Advocate

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

0 Likes

Rafal.Gaweda
Autodesk Support
Autodesk Support
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
0 Likes

cool.stuff
Collaborator
Collaborator

@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!

0 Likes

Rafal.Gaweda
Autodesk Support
Autodesk Support

Hi @cool.stuff 

 

This macro works for only ONE selected bar.



Rafal Gaweda