idea-statica / iom-examples

Examples of using IDEA StatiCa IOM API
MIT License
8 stars 4 forks source link

[QUESTION] BoltParameters and Code setup #27

Open kbroeders opened 4 years ago

kbroeders commented 4 years ago

Hi idea-statica,

I was wondering how to change the bolt parameters I now have the following but this doesn't work. How do I make this work?

private static void AddParametersToIOM(OpenModel model)
        {
            MatSteelEc2 material = new MatSteelEc2();
            BoltParam boltparam = new BoltParam();

            boltparam.BoltInteraction = BoltShearType.Friction;

            model.AddObject(boltparam);
        }

I was also wondering how to change the Friction coefficient in slip-resistance in the code and calculation settings in the code setup.

image

mpospisil commented 4 years ago

it is not supported now - we will add it to the future development