Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Jonnathan

  1. Jonnathan

    Help with Results.JointDispl

    Hello friend I have write the code below: public void JointDisplacement() { int numberofresult = 0; string [] loadCases = Enumerable.Repeat("TH 01", numberofresult).ToArray(); string[] stepTypes = Enumerable.Repeat("Time", numberofresult).ToArray()...
  2. Jonnathan

    Help with Results.JointDispl

    Hello everybody I do not know how to use this function: ret = SapModel.Results.JointDispl("ALL", GroupElm, NumberResults, Obj, Elm, LoadCase, StepType, StepNum, U1, U2, U3, R1, R2, R3) Could somebody explain the use?

Part and Inventory Search

Back
Top