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.
Tags:
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!!!!!!!!!!!!!!!!!!!
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by