Canguro.Model.Section.General.General C# (CSharp) Метод

General() статический приватный Метод

static private General ( ) : System
Результат System
        static General()
        {
            contourIndices = new short[4][];
            contourIndices[0] = new short[] { 0, 2, 4, 6, 0 };
            contourIndices[1] = new short[] { 0, 2, 4, 6, 0 };
            contourIndices[2] = new short[] { 0, 2, 4, 6, 0 };
            contourIndices[3] = new short[] { 0, 1, 2, 3, 4, 5, 6, 7, 0 };
        }

Same methods

General::General ( string name, string shape, Material material, ConcreteSectionProps concreteProperties, float t3, float t2, float tf, float tw, float t2b, float tfb, float dis, float area, float torsConst, float i33, float i22, float as2, float as3, float s33, float s22, float z33, float z22, float r33, float r22 ) : System