Esempio n. 1
0
        SpandrelForce(this cAnalysisResults obj)
        {
            int NumberResults;

            NumberResults = default(int);
            string[] StoryName, SpandrelName, LoadCase, Location;
            StoryName = SpandrelName = LoadCase = Location = default(string[]);
            double[] P, V2, V3, T, M2, M3;
            P = V2 = V3 = T = M2 = M3 = default(double[]);
            var res = obj.SpandrelForce(ref NumberResults, ref StoryName, ref SpandrelName, ref LoadCase, ref Location, ref P, ref V2, ref V3, ref T, ref M2, ref M3);

            return(NumberResults, StoryName, SpandrelName, LoadCase, Location, P, V2, V3, T, M2, M3);
        }