Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HeisenbergJY1/PySap2000
/ functions
Functions
1,543 in github.com/HeisenbergJY1/PySap2000
⨍
Functions
1,543
◇
Types & classes
378
Function
get_area_material_temperature
Get the material temperature assigned to an area object. Args: model: SAP2000 SapModel object area_name: Area object nam
area/property.py:192
Function
get_area_modifiers
Get area modifiers as a structured data object. Args: model: SAP2000 SapModel object area_name: Area object name
area/modifier.py:94
Function
get_area_property
Get the assigned section property name of an area object. Args: model: SAP2000 SapModel object area_name: Area object na
area/property.py:63
Function
get_area_property_type
Get the property type of an area object. Args: model: SAP2000 SapModel object area_name: Area object name Retur
area/property.py:82
Function
get_area_strain_shell
Get shell strain results for area elements. Args: model: SAP2000 SapModel object name: Area object name, area element na
results/area_results.py:242
Function
get_area_strain_shell_layered
Get layered shell strain results for area elements. Args: model: SAP2000 SapModel object name: Area object name, area el
results/area_results.py:312
Function
get_area_stress_plane
Get plane element stress results for area elements. Args: model: SAP2000 SapModel object name: Area object name, area el
results/area_results.py:388
Function
get_area_stress_shell
Get shell stress results for area elements. Args: model: SAP2000 SapModel object name: Area object name, area element na
results/area_results.py:451
Function
get_area_stress_shell_layered
Get layered shell stress results for area elements. Args: model: SAP2000 SapModel object name: Area object name, area el
results/area_results.py:536
Function
get_area_transformation_matrix
Get the transformation matrix of an area object. The matrix converts local coordinates to global coordinates, or to the current coordina
area/local_axes.py:163
Method
get_areas
Get all areas in the group
group/group.py:415
Function
get_assembled_joint_mass
Get assembled joint mass results. Args: model: SAP2000 SapModel object name: Point object name, point element name, or g
results/misc_results.py:29
Method
get_auto_mesh
Get area automatic-meshing settings.
structure_core/area.py:1013
Method
get_available_table_keys
Get available table-key list (compact helper) Args: model: SapModel object Returns:
database_tables/tables.py:395
Function
get_base_react
Get base reactions for the structure. Returns the total base reactions for all selected cases and combinations. Args: model
results/base_react.py:16
Function
get_base_react_with_centroid
Get base reaction results with centroid data. Args: model: SAP2000 SapModel object Returns: List of `BaseRe
results/misc_results.py:83
Method
get_base_reaction
Get total base reactions. SAP2000 API: `Results.BaseReact(...)` Returns: Dictionary containing total re
results/point_results.py:406
Function
get_beam
Get a beam constraint definition. Args: name: Constraint name Returns: Tuple `(axis, csys)`, or `None` if t
constraints/constraints.py:288
Function
get_buckling_factor
Get buckling factor results. Args: model: SAP2000 SapModel object Returns: List of `BucklingFactorResult`.
results/misc_results.py:157
Method
get_by_name
Fetch a point by name. Args: model: `SapModel` object name: Point name Returns:
structure_core/point.py:323
Method
get_by_name
Get area object by name Args: model: SapModel object name: Area object name Ret
structure_core/area.py:638
Method
get_cable_data
Get cable data Returns: `CableParameters` object containing all cable parameters
structure_core/cable.py:455
Method
get_cable_geometry
Get cable geometry data API: GetCableGeometry(Name, NumberPoints, x[], y[], z[], Sag[], Dist[
structure_core/cable.py:465
Function
get_cable_load_deformation
Get cable object deformation load. Args: model: SapModel object cable_name: Cable object name item_type: Operati
loads/cable_load.py:436
Function
get_cable_load_distributed
Get cable object distributed loads. Args: model: SapModel object cable_name: Cable object name item_type: Operat
loads/cable_load.py:151
Function
get_cable_load_gravity
Get cable object gravity load. Args: model: SapModel object cable_name: Cable object name item_type: Operation s
loads/cable_load.py:529
Function
get_cable_load_strain
Get cable object strain load. Args: model: SapModel object cable_name: Cable object name item_type: Operation sc
loads/cable_load.py:344
Function
get_cable_load_target_force
Get cable object target-force load. Args: model: SapModel object cable_name: Cable object name item_type: Operat
loads/cable_load.py:625
Function
get_cable_load_temperature
Get cable object temperature load. Args: model: SapModel object cable_name: Cable object name item_type: Operati
loads/cable_load.py:249
Function
get_cable_mass
Get the additional mass assigned to a cable object. Args: model: SAP2000 SapModel object cable_name: Cable object name
cable/mass.py:42
Function
get_cable_material_overwrite
Return the material overwrite assigned to a cable. Args: model: `SapModel` object cable_name: Cable name Return
cable/property.py:146
Function
get_cable_material_temp
Return the material temperature assigned to a cable. Args: model: `SapModel` object cable_name: Cable name Retu
cable/property.py:204
Function
get_cable_modifiers
Get modifiers assigned to a cable object. Args: model: SAP2000 SapModel object cable_name: Cable object name Re
cable/modifier.py:88
Function
get_cable_output_stations
Get output-station settings for a cable object. Args: model: SAP2000 SapModel object cable_name: Cable object name
cable/output_station.py:84
Function
get_cable_section
Return the assigned section name for a cable. Args: model: `SapModel` object cable_name: Cable name Returns:
cable/property.py:69
Function
get_cable_section_list
Return the list of all cable section names. Args: model: `SapModel` object Returns: List of section names
cable/property.py:85
Function
get_chinese_2010_overwrite
Read a GB 50017-2010 overwrite for a frame object. Args: model: SAP2000 SapModel object name: Frame object name item: Ove
design/chinese_2010.py:183
Function
get_chinese_2010_preference
Get a GB 50017-2010 preference value. Args: model: SAP2000 SapModel object item: Preference index (1–15) Returns: Pr
design/chinese_2010.py:150
Function
get_cold_formed_code
Get the active cold-formed steel design code Args: model: SAP2000 SapModel object Returns: Code name string
design/cold_formed.py:26
Function
get_cold_formed_combo_auto_generate
Whether design combinations are auto-generated
design/cold_formed.py:118
Function
get_cold_formed_combo_deflection
Load combinations used for deflection design
design/cold_formed.py:105
Function
get_cold_formed_combo_strength
Load combinations used for strength design
design/cold_formed.py:92
Function
get_cold_formed_design_group
Groups selected for cold-formed design
design/cold_formed.py:134
Function
get_cold_formed_design_section
Get the design section assigned to a frame
design/cold_formed.py:151
Function
get_cold_formed_results_available
Whether cold-formed design results are available
design/cold_formed.py:82
Function
get_cold_formed_summary_results
Get cold-formed design summary results Note: only `RatioType` values 1 (PMM), 3 (major shear), and 4 (minor shear) apply. Args: mode
design/cold_formed.py:213
Method
get_column
Get all values in a specific column Args: field_name: field name Returns: value lis
database_tables/tables.py:214
Function
get_combo_case_count
Get the number of cases in a combination. Args: model: SAP2000 SapModel object name: Combination name Retur
loading/load_combination.py:127
Function
get_combo_case_list
Get the case list in a combination. Args: model: SAP2000 SapModel object name: Combination name Returns:
loading/load_combination.py:194
Function
get_combo_count
Get the number of combinations. Args: model: SAP2000 SapModel object Returns: Combination count.
loading/load_combination.py:112
Function
get_combo_name_list
Get the list of all combination names. Args: model: SAP2000 SapModel object Returns: List of combination na
loading/load_combination.py:173
Function
get_combo_note
Get the note attached to a combination. Args: model: SAP2000 SapModel object name: Combination name Returns
loading/load_combination.py:250
Function
get_combo_selected_for_output
Get whether a combination is selected for output. Args: model: SAP2000 SapModel object combo_name: Combination name
results/setup.py:102
Function
get_combo_type
Get the type of a combination. Args: model: SAP2000 SapModel object name: Combination name Returns:
loading/load_combination.py:285
Function
get_concrete_code
Get the active concrete frame design code Args: model: SAP2000 SapModel object Returns: Code name string
design/concrete.py:26
Function
get_concrete_combo_auto_generate
Whether design combinations are auto-generated Args: model: SAP2000 SapModel object Returns: `True` if auto-generated
design/concrete.py:137
Function
get_concrete_combo_strength
Load combinations used for strength design Args: model: SAP2000 SapModel object Returns: List of load combination names
design/concrete.py:106
Function
get_concrete_design_group
Groups selected for concrete design Args: model: SAP2000 SapModel object Returns: List of group names
design/concrete.py:168
Function
get_concrete_design_section
Get the design section assigned to a frame Args: model: SAP2000 SapModel object name: Frame object name Returns: Des
design/concrete.py:203
Function
get_concrete_results_available
Whether concrete frame design results are available Args: model: SAP2000 SapModel object Returns: `True` if results are avai
design/concrete.py:89
Function
get_concrete_shell_code
Get the active concrete shell design code Args: model: SAP2000 SapModel object Returns: Code name string
design/concrete_shell.py:17
Function
get_concrete_summary_results_beam
Get concrete beam summary results Args: model: SAP2000 SapModel object name: Object name, group name, or ignored depending on `it
design/concrete.py:305
Function
get_concrete_summary_results_column
Get concrete column summary results Args: model: SAP2000 SapModel object name: Object name, group name, or ignored depending on `
design/concrete.py:365
Function
get_concrete_summary_results_joint
Get concrete joint summary results Joint design is supported only for some codes. Args: model: SAP2000 SapModel object name:
design/concrete.py:427
Method
get_coord_cylindrical
Fetch cylindrical coordinates.
structure_core/point.py:232
Method
get_coord_spherical
Fetch spherical coordinates.
structure_core/point.py:243
Method
get_count
Get the number of modifiers
named_assigns/frame_modifier.py:153
Method
get_count
Get the number of modifiers
named_assigns/cable_modifier.py:128
Method
get_count
Get the number of end-release definitions
named_assigns/frame_release.py:249
Method
get_count
Get the number of modifiers
named_assigns/area_modifier.py:158
Method
get_count
Return the total number of points. Args: model: `SapModel` object Returns: Numb
structure_core/point.py:343
Method
get_count
Get total number of link objects
structure_core/link.py:296
Method
get_count
Get total number of cable objects API: Count() -> Long
structure_core/cable.py:346
Method
get_count
Return the total number of materials. Args: model: `SapModel` object mat_type: Optional material typ
structure_core/material.py:189
Method
get_count
Get total number of area objects Args: model: SapModel object Returns: Area-obj
structure_core/area.py:658
Method
get_count
Return the total number of frames.
structure_core/frame.py:415
Method
get_count
Get the total number of area properties.
section/area_section.py:135
Method
get_count
Get the total number of cable sections.
section/cable_section.py:115
Method
get_count
Get the total number of link properties.
section/link_section.py:132
Method
get_count
Get the total number of sections.
section/frame_section.py:161
Method
get_count
Get the number of load patterns. Args: model: SAP2000 SapModel object Returns:
loading/load_pattern.py:230
Method
get_count
Get the number of load cases. Args: model: SAP2000 SapModel object case_type: Optional case type fil
loading/load_case.py:245
Method
get_count
Get the number of mass sources. Args: model: SAP2000 SapModel object Returns: M
loading/mass_source.py:192
Method
get_damping
Get material damping data Args: model: SapModel object temp: Temperature (for temperature-dependent
structure_core/material.py:348
Method
get_database_units
Get the database (internal storage) units. Model data is stored in this system and converted to display units when needed.
global_parameters/units.py:113
Method
get_database_units_name
Return a human-readable description of the database unit system. Returns: Description such as `"kN-m-C"` or `"N-
application.py:769
Method
get_default
Get the default mass source. Args: model: SAP2000 SapModel object Returns: Defa
loading/mass_source.py:274
Method
get_displacement
Get the displacement of a single point. SAP2000 API: `Results.JointDispl(Name, ItemTypeElm, ...)` Args:
results/point_results.py:207
Method
get_edge_constraint
Get area edge constraints.
structure_core/area.py:1329
Method
get_element_virtual_work_named_sets_selected
Get currently selected element-virtual-work named sets. Args: model: SapModel object Returns:
database_tables/tables.py:1437
Method
get_elements
Get analysis-element names corresponding to this area object Returns: List of analysis-element names, or `None`
structure_core/area.py:1419
Method
get_elm
Return the corresponding analysis element name for the point. Returns: Element name, or `None` if unavailable
structure_core/point.py:556
Method
get_elm
Get analysis-element name API: GetElm(Name, Elm) -> Long Note: Each `Link` object maps to one analysis element, so a
structure_core/link.py:549
Method
get_end_profile_points
Get end-section profile points.
geometry/section_profile.py:506
Function
get_frame_force
Get internal force results for frame elements. Args: model: SAP2000 SapModel object name: Line object name, line element
results/frame_results.py:18
Function
get_frame_joint_force
Get joint force results for frame elements. Args: model: SAP2000 SapModel object name: Line object name, line element na
results/frame_results.py:92
Function
get_frame_local_axes
Return the frame local-axis rotation angle. Args: model: `SapModel` object frame_name: Frame name Returns:
frame/local_axes.py:50
Function
get_frame_local_axes_advanced
Return advanced local-axis settings for a frame. Args: model: `SapModel` object frame_name: Frame name Returns:
frame/local_axes.py:130
Function
get_frame_mass_data
Get frame mass data as a structured object. Args: model: SAP2000 SapModel object frame_name: Frame object name
frame/mass.py:80
Function
get_frame_material_temperature
Get the material temperature assigned to a frame. Args: model: SAP2000 SapModel object frame_name: Frame object name
frame/property.py:204
← previous
next →
701–800 of 1,543, ranked by callers