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) how way Load definition faster ???? (fore at a point)

6 REPLIES 6
Reply
Message 1 of 7
athurD
365 Views, 6 Replies

(API) how way Load definition faster ???? (fore at a point)

Hello. I is prolem. Please find way. 😄

I is modol 14 stories.

Results fore Stories and fore at a point

Capture.PNG

 

 

6 REPLIES 6
Message 2 of 7
Rafal.Gaweda
in reply to: athurD

Write API macro



Rafal Gaweda
Message 3 of 7
athurD
in reply to: athurD

yes. I thing so.

Please given 1 code. thanks support

Message 4 of 7
athurD
in reply to: athurD

Please toturial code. I don't kown???

 

Message 5 of 7
Rafal.Gaweda
in reply to: athurD

Be patient



Rafal Gaweda
Message 6 of 7
Rafal.Gaweda
in reply to: Rafal.Gaweda

Examples attached.

- get data from robot,

- set forces

- add loads

 

NOTE: G point may not lie on slab level (story toplevel) so I projected GZ coordinates onto toplevel

if you want to use exact GZ value please edit macro (ALT+F11) then replace this line

 

RobApp.Project.Structure.Nodes.Create FN, CDbl(Cells(Row, 5)), CDbl(Cells(Row, 6)), CDbl(RobApp.Project.Structure.Storeys.Get(SN).TopLevel)

by

RobApp.Project.Structure.Nodes.Create FN, CDbl(Cells(Row, 5)), CDbl(Cells(Row, 6)), CDbl(Cells(Row, 7))

 

or in second file

 

rec.SetValue I_NFIPRV_POINT_Z, CDbl(RobApp.Project.Structure.Storeys.Get(Int(Cells(Row, 2))).TopLevel)

by

rec.SetValue I_NFIPRV_POINT_Z, CDbl(Cells(Row, 7))

 

 

 

 

 



Rafal Gaweda
Message 7 of 7
athurD
in reply to: Rafal.Gaweda

Rafal,

Verry thanks.

As always your spreadsheets are awesome and super helpful. 



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

Post to forums  

Autodesk Design & Make Report