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: 

Create Material (API)

1 REPLY 1
SOLVED
Reply
Message 1 of 2
a54249
367 Views, 1 Reply

Create Material (API)

I was trying to create a material using API but i'm having some difficulties. I couldn't find any example in the tutorials. I was just trying to create a simple concrete. Anyone has any example?

 

Thanks in advance!

1 REPLY 1
Message 2 of 2
Rafal.Gaweda
in reply to: a54249

Dim MatLabel As RobotLabel
Dim MatData As RobotMaterialData

Set MatLabel = RobApp.Project.Structure.Labels.Create(I_LT_MATERIAL, "MyMaterial")
    
    Set MatData = MatLabel.Data
    MatData.E = 200000000
    MatData.Kirchoff = 3000000
    MatData.RO = 400000
    MatData.NU = 5000000
    RobApp.Project.Structure.Labels.Store MatLabel

 



Rafal Gaweda

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

Post to forums  

Autodesk Design & Make Report