Версия 1.0.8380.20839
Функции
Дополнительные компоненты, добавляющие в программу SMath Studio новые математические функции, необходимые для решения задач из различных областей.
-
A_AddBeam("1:строка", "2:число", "3:число", "4:строка")
Add Beam Element. 1:string - name or ID; 2:number - length of the beam; 3:number - moment of inertia; 4:string - name or ID of material. -
A_AddBoundaryCondition("1:строка", "2:число", "3:строка", "4:строка")
Add boundary condition. 1:string - name or ID; 2:number - location; 3:string - name or ID of Vertical Spring; 4:string - name or ID or Rotation Spring. -
A_AddDistributedLoad("1:строка", "2:строка", "3:число", "4:число", "5:число", "6:число")
Add Distributed Transverse Load. 1:string - name or ID; 2:string - load case name or ID; 3:number - start location; 4:number - End Location; 5:number - Start value; 6:number - End value. -
A_AddMaterial("1:строка", "2:число")
Add Material. 1:string - name or ID; 2:number - Elastic Constant. -
A_AddPointLoad("1:строка", "2:строка", "3:число", "4:число", "5:число")
Add Transverse Point Load. 1:string - name or ID; 2:string - load case name or ID; 3:number - location; 4:number - Load Value; 5:number - Moment Value. -
A_AddRotationalSpringClassification("1:строка", "2:число")
Add a rotation spring classification. 1:string - name or ID; 2:number - stiffness of the rotational spring. -
A_AddSpecifiedDisplacement("1:строка", "2:число")
Add a specified deflection at specified location. 1:string - name or ID; 2:number - specified deflection. -
A_AddSpecifiedRotation("1:строка", "2:число")
Add a specified rotation or slope at specified location. 1:string - name or ID; 2:number - specified rotation or slope. -
A_AddSupport("1:строка", "2:число", "3:строка")
Add Support. 1:string - name or ID; 2:number - location; 3:string - Type of support - PIN, ROLLER, OR FIXED. -
A_AddVerticalSpringClassification("1:строка", "2:число")
Add a vertical spring classification. 1:string - name or ID; 2:number - stiffness of the vertical spring. -
A_GetDisplacementDiagram("число")
Gets the displacement diagram of the current solved load case/s. -
A_GetDOFsAt("число")
Gets the slope and deflection at the specified location within the beam span. -
A_GetDOFsMaximaAtRange("1:число", "2:число")
Gets the maximum/minimum slope and deflection within the specified range. 1:number - Start; 2:number - End. -
A_GetInternalForcesAt("число")
Gets the shear and moment at the specified location within the beam span. -
A_GetInternalForcesMaximaAtRange("1:число", "2:число")
Gets the maximum/minimum shear and moment within the specified range. 1:number - Start; 2:number - End. -
A_GetInternalMomentDiagram("число")
Gets the moment diagram of the current solved load case/s. -
A_GetInternalShearDiagram("число")
Gets the shear diagram of the current solved load case/s. -
A_GetLoadDiagram("число")
Gets the loading diagram for all load case/s. -
A_GetLoadDiagramByLoadCase("строка")
Gets the loading diagram for the specified load case name or ID. -
A_GetReactionAt("строка")
Gets the shear and moment reactions at the specified support name or ID. -
A_GetSlopeDiagram("число")
Gets the slope diagram of the current solved load case/s. -
A_ModelReset("число")
Reset Finite Element Beam Model. -
A_SetDiagramUnits("строка")
Set units for diagrams. -
A_SolveLoadCase("строка")
Solve Model using the specified load case name or ID -
A_SolveModel("число")
Solve Model -
SectionPropertyAISC("1:строка", "2:строка")
Gets the property of section per AISC Manual 15th Edition. 1:string - Section; 2:string - Property.