Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross 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 GradUNH

  1. GradUNH

    SAP2000 using MATLAB, import section .pro file

    Hi, Try this: ret = SapModel.PropFrame.ImportProp(newsection, mat, 'AISC.PRO', SectionName); newsection is what you want to name the imported section mat is the material of the section SectionName is the name of the section that you are importing from AISC.pro
  2. GradUNH

    SAP2000 API getnamelist [matlab]

    Hi, Did you try this? [ret,NumberPointObjects,PointObjNames]=SapModel.PointObj.GetNameList(0,0); That should do it
  3. GradUNH

    Set a linear link in SAP2000 using API and Matlab

    Hello! I've been trying to change the properties of an existing linear link in SAP2000 using the API and MATLAB I'm trying this in MATLAB: DOF=logical(zeros(6,1)); Fixed=logical(zeros(6,1)); Ke=[1e8; 1e8; 1e8; 1e8; 1e8; 1e8]; Ce=(zeros(6,1)); ret =...
  4. GradUNH

    Stiffness and mass matrices from SAP

    Hi iotoma, Even though I have already solved this problem, I really appreciate your help. Thanks! GradUNH
  5. GradUNH

    Stiffness and mass matrices from SAP

    Hi everyone, I was wondering if it is possible to get both the mass and stiffness matrices from SAP.Quoting from SAP manual: "With the Advanced Solver option, check the Output Mass and Stiffness Text Files check box and then select a case name from the Case Name drop-down list to specify the...

Part and Inventory Search