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

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

static private BUICoverPlate ( ) : System
리턴 System
        static BUICoverPlate()
        {
            contourIndices = new short[4][];
            //contourIndices[0] = new int[] {0, 1, 3, 4, 5, 7, 8, 9, 0};
            //contourIndices[1] = new int[] {0, 1, 5, 7, 0};
            //contourIndices[2] = new int[] {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 0};
        }

Same methods

BUICoverPlate::BUICoverPlate ( 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