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

            NumberResults = default(int);
            string[] Obj, Elm, Layer, PointElm, LoadCase, StepType;
            Obj = Elm = Layer = PointElm = LoadCase = StepType = default(string[]);
            int[] IntPtNum;
            IntPtNum = default(int[]);
            double[] IntPtLoc, StepNum, S11, S22, S12, SMax, SMin, SAngle, SVM, S13Avg, S23Avg, SMaxAvg, SAngleAvg;
            IntPtLoc = StepNum = S11 = S22 = S12 = SMax = SMin = SAngle = SVM = S13Avg = S23Avg = SMaxAvg = SAngleAvg = default(double[]);
            var res = obj.AreaStressShellLayered(Name, ItemTypeElm, ref NumberResults, ref Obj, ref Elm, ref Layer, ref IntPtNum, ref IntPtLoc, ref PointElm, ref LoadCase, ref StepType, ref StepNum, ref S11, ref S22, ref S12, ref SMax, ref SMin, ref SAngle, ref SVM, ref S13Avg, ref S23Avg, ref SMaxAvg, ref SAngleAvg);

            return(NumberResults, Obj, Elm, Layer, IntPtNum, IntPtLoc, PointElm, LoadCase, StepType, StepNum, S11, S22, S12, SMax, SMin, SAngle, SVM, S13Avg, S23Avg, SMaxAvg, SAngleAvg);
        }