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 Load Type

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
xblanchet
583 Views, 2 Replies

API Load Type

Hi,

 

 

I  would like to write a script in order to select the load type as the screenshot described.

 

LoadType.PNG

I used the membre "HowCalcul", but the correct load type is not selected.

 

Can you help me ?

 

here is my script : 

 

 


Dim t As IRobotLabel
Dim td As RDimMembDef 
Dim tParam As IRDimMembParamsE32

 

Set t = RobApp.Project.Structure.Labels.Create(I_LT_MEMBER_TYPE, "**Traverse")
Set td = t.Data
Set tParam = td.CodeParams

 

tParam.LateralBuckling = True
td.HowCalcul I_DMDAHC_LOCAL_USING_CALCULBUCKLING, I_DMDAWOC_3_K0, I_DMDAWOC_AUTO '====>> here is the PB

 

td.CodeParams = tParam

RobApp.Project.Structure.Labels.Store t

 

Set td = Nothing
Set t = Nothing

 

Tags (1)
2 REPLIES 2
Message 2 of 3
Rafal.Gaweda
in reply to: xblanchet

Hi @xblanchet 

 

Example:

 

apiloadtype.jpg



Rafal Gaweda
Message 3 of 3
Anonymous
in reply to: Rafal.Gaweda

Hello,

I want to creat a mobile load and check paramètre "moment du à l'excentrement"

i don't find it anywhere!!

can you help me

Thank you

 

momenExcent.PNG

 

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

Post to forums  

Autodesk Design & Make Report