Canguro.Model.Section.Channel.Channel C# (CSharp) Method

Channel() static private method

static private Channel ( ) : System
return System
        static Channel()
        {
            contourIndices = new short[4][];
            contourIndices[0] = new short[] { 0, 2, 10, 12, 0 };
            contourIndices[1] = new short[] { 0, 2, 6, 10, 12, 0 };
            contourIndices[2] = new short[] { 0, 2, 3, 5, 7, 9, 10, 12, 0 };
            contourIndices[3] = new short[] { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 0 };
        }

Same methods

Channel::Channel ( string name, string shape, Material material, ConcreteSectionProps concreteProperties, float t3, float t2, float tf, float tw ) : System
Channel::Channel ( 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