Skip to content
Discussion options

You must be logged in to vote

Hi Witek,

This is actually already possible. SteelSetup is an abstract class you can use to set these values. Create a new SteelSetupECEN() class and assign it to the SteelSetup property. There is an example below:

public static void SetECENSetupValues(ConnectionSetup setup)
{
    setup.SteelSetup = new SteelSetupECEN()
    {
        GammaM0 = 0,
        GammaM1 = 1,
        GammaM2 = 2,
        GammaMfi = 3,
        GammaMu = 4
    };
}

Please let me know if you have problems with this.

Thanks
Nathan

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by nathanlukeIDEA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request IOM Question or Issue Relating to the IDEA Open Model
2 participants
Converted from issue

This discussion was converted from issue #227 on January 27, 2023 09:19.