(API) macro for correcting nodes position by defining the path

(API) macro for correcting nodes position by defining the path

Anonymous
Not applicable
3,678 Views
9 Replies
Message 1 of 10

(API) macro for correcting nodes position by defining the path

Anonymous
Not applicable

Hello, collegues!

 

Sometimes there is the situation (espessially if model was exported from Revit) when nodes which have to be located in the same plane are not fulfil this condition and this provide some problems (for example, Robot cannot distribute load from cladding, etc.)

 

In this situation you can use standart Robot tool - Advanced correction, but it moves nodes into the plane only by surface normal and in case of not orthogonal geomentry some adjoined parts of model can be hurted (like chain reaction).

 

So, I've tried to make some macros that correct nodes geometry and moves them into the plane by defined path. 

 

For better understanding of macros' idea I've made a two short videos that shows differences between standard Robot tool (Robot Correction.wmv) and correction with macros (Excel Correction.wmv).

 

You can download them by link: http://www.4shared.com/zip/JJ4sdOmace/PLANE_CORRECT.html

 

Feel free to download and use, comments and modifications!

 

Accepted solutions (3)
3,679 Views
9 Replies
Replies (9)
Message 2 of 10

Rafal.Gaweda
Autodesk Support
Autodesk Support
Accepted solution
Nice, added to addin list


Rafal Gaweda
Message 3 of 10

Anonymous
Not applicable

Thank you for the API!

 

I really would like to see the videos that you have made but the link is not available anymore. Is there way to share again with us. Thank you in advance!

0 Likes
Message 4 of 10

ALEXTHAINESE
Enthusiast
Enthusiast

the addin link is not avalaible for download- can you update the link

0 Likes
Message 5 of 10

Rafal.Gaweda
Autodesk Support
Autodesk Support

Hi @ALEXTHAINESE

 

Addin \ macro \ xls is attached in first post. It is working.

Link to video is dead only.



Rafal Gaweda
0 Likes
Message 6 of 10

Romanich
Mentor
Mentor
Accepted solution

Hi @Anonymous,

Stole your macro and add the possibility to define the origin of the path for correction using local X axis of the selected bar. The modified macros attached.

2018-06-13_0519.png

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 7 of 10

Anonymous
Not applicable

Hi @Romanich,

You are welcome!

0 Likes
Message 8 of 10

m_sheinin
Advocate
Advocate

Thank you,

 

Can you show how to use this macro ? 

 

Thanks 

0 Likes
Message 9 of 10

Romanich
Mentor
Mentor
Accepted solution

Hi @mike.sheinin

 

 

 

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 10

m_sheinin
Advocate
Advocate

Thanks, Great explanation.