Example #1
0
        PanelZoneForce(this cAnalysisResults obj, string Name, eItemTypeElm ItemTypeElm)
        {
            int NumberResults;

            NumberResults = default(int);
            string[] Elm, PointElm, LoadCase, StepType;
            Elm = PointElm = LoadCase = StepType = default(string[]);
            double[] StepNum, P, V2, V3, T, M2, M3;
            StepNum = P = V2 = V3 = T = M2 = M3 = default(double[]);
            var res = obj.PanelZoneForce(Name, ItemTypeElm, ref NumberResults, ref Elm, ref PointElm, ref LoadCase, ref StepType, ref StepNum, ref P, ref V2, ref V3, ref T, ref M2, ref M3);

            return(NumberResults, Elm, PointElm, LoadCase, StepType, StepNum, P, V2, V3, T, M2, M3);
        }