Canguro.Model.Section.Rectangular.Rectangular C# (CSharp) 메소드

Rectangular() 정적인 개인적인 메소드

static private Rectangular ( ) : System
리턴 System
        static Rectangular()
        {
            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

Rectangular::Rectangular ( string name, Material material, ConcreteSectionProps concreteProperties, float b, float h ) : System
Rectangular::Rectangular ( string name, string shape, Material material, ConcreteSectionProps concreteProperties, float width, float height, float torsConst, float i33, float i22, float as2, float as3, float s33, float s22, float z33, float z22, float r33, float r22 ) : System
Rectangular::Rectangular ( 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