Grasshopper

algorithmic modeling for Rhino

Dear karamba team, i have the folows cuestions:
1. how can I instantiate an object of type feb.material, which component in karmaba provides an output of that type?
2. the method feb.material.fc as shown in the image that value returns?
3. All steel has:
Fy = specified minimum yield stress, ksi (MPa)
Fu = specified minimum tensile strength, ksi (MPa)
Does karamba have any method or property that returns the Fu?

Thanks in advance.

Views: 280

Replies to This Discussion

Dear Jhoseph =),

starting with Karamba3D 1.3.0 feb.FemMaterial is an abstract class. Use either

feb.FemMaterial_Isotropic(string _family, string _name, double _E, double _Gip, double _Gtr, double _gamma, double _fy, double _alphaT, Color? _color)

or

feb.FemMaterial_Orthotropic(string _family, string _name, double _E1, double _E2, double _G12, double _nue12, double _G31, double _G32, double _gamma, double _fy1, double _fy2, double _alphaT1, double _alphaT2, Color? color )

to create an isotropic or orthotropic material.

For isotropic material the property 'fy' returns the yield stress. It is the only strength related material property used in Karamba3D.

Best,

Clemens

thanks you!!!!!!!!!!!!!!!!!!!

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service