Canguro.Model.Material.IsotropicTypeProps.IsotropicTypeProps C# (CSharp) Метод

IsotropicTypeProps() публичный Метод

Constructora que recibe todas las propiedades en unidades internacionales.
public IsotropicTypeProps ( float e, float u, float a ) : System
e float
u float
a float
Результат System
        public IsotropicTypeProps(float e, float u, float a)
        {
            this.e = e;
            this.nu = u;
            this.alpha = a;
        }
IsotropicTypeProps