MCPcopy Create free account

hub / github.com/HeisenbergJY1/PySap2000 / functions

Functions1,543 in github.com/HeisenbergJY1/PySap2000

Functionget_frame_modifiers
Get frame section modifiers as a structured object. Args: model: SAP2000 SapModel object frame_name: Frame object name
frame/modifier.py:96
Functionget_frame_modifiers_tuple
Get frame section modifiers as a tuple. Args: model: SAP2000 SapModel object frame_name: Frame object name Retu
frame/modifier.py:125
Functionget_frame_release_type
Infer the release preset from the current frame release state. Args: model: `SapModel` object frame_name: Frame name
frame/release.py:156
Functionget_frame_section
Get the assigned section property name of a frame. Args: model: SAP2000 SapModel object frame_name: Frame object name
frame/property.py:72
Functionget_frame_section_info
Get section assignment details for a frame, including auto-select data. Args: model: SAP2000 SapModel object frame_name:
frame/property.py:91
Functionget_frame_section_nonprismatic
Get nonprismatic section assignment data for a frame. Wraps the `FrameObj.GetSectionNonPrismatic` API. This is only valid when the frame
frame/property.py:223
Functionget_frame_transformation_matrix
Return the frame transformation matrix. The matrix is a 3x3 matrix (9 values) used to transform between local and global coordinates.
frame/local_axes.py:176
Methodget_from_frame
Create a hinge object from an existing frame assignment.
frame/hinge.py:125
Functionget_func_count
Get the number of functions. Args: model: SAP2000 SapModel object func_type: Function type, or `None` for all types
loading/functions/func_common.py:68
Functionget_func_name_list
Get the list of function names. Args: model: SAP2000 SapModel object func_type: Function type, or `None` for all types
loading/functions/func_common.py:102
Functionget_func_rs_chinese_2010
Get parameters for a GB 50011-2010 response-spectrum function. Args: model: SAP2000 SapModel object name: Function name
loading/functions/response_spectrum.py:67
Functionget_func_rs_from_file
Get parameters for a file-based response-spectrum function. Args: model: SAP2000 SapModel object name: Function name
loading/functions/response_spectrum.py:196
Functionget_func_rs_user
Get user-defined response-spectrum data. Args: model: SAP2000 SapModel object name: Function name Returns:
loading/functions/response_spectrum.py:138
Functionget_func_th_cosine
Get cosine time-history function parameters. Args: model: SAP2000 SapModel object name: Function name Retur
loading/functions/time_history.py:83
Functionget_func_th_from_file
Get parameters for a file-based time-history function. Args: model: SAP2000 SapModel object name: Function name
loading/functions/time_history.py:135
Functionget_func_th_ramp
Get ramp time-history function parameters. Args: model: SAP2000 SapModel object name: Function name Returns
loading/functions/time_history.py:184
Functionget_func_th_sawtooth
Get sawtooth time-history function parameters. Args: model: SAP2000 SapModel object name: Function name Ret
loading/functions/time_history.py:233
Functionget_func_th_sine
Get sine time-history function parameters. Args: model: SAP2000 SapModel object name: Function name Returns
loading/functions/time_history.py:285
Functionget_func_th_triangular
Get triangular time-history function parameters. Args: model: SAP2000 SapModel object name: Function name R
loading/functions/time_history.py:337
Functionget_func_th_user
Get user-defined time-history function data. Args: model: SAP2000 SapModel object name: Function name Retur
loading/functions/time_history.py:386
Functionget_func_th_user_periodic
Get user-defined periodic time-history function data. Args: model: SAP2000 SapModel object name: Function name
loading/functions/time_history.py:436
Functionget_func_type
Get the type of a function. Args: model: SAP2000 SapModel object name: Function name Returns: `Func
loading/functions/func_common.py:124
Functionget_func_values
Get function values. Args: model: SAP2000 SapModel object name: Function name Returns: Tuple `(x_va
loading/functions/func_common.py:142
Functionget_generalized_displ
Get generalized displacement results. Args: model: SAP2000 SapModel object name: Generalized displacement name
results/misc_results.py:192
Methodget_generalized_displacements_selected
Get currently selected generalized displacements. Args: model: SapModel object Returns:
database_tables/tables.py:1268
Methodget_group_assign
Return the groups assigned to the point. Returns: List of group names
structure_core/point.py:507
Methodget_group_assign
Get group assignments
structure_core/link.py:606
Methodget_group_assign
Get groups containing this area object
structure_core/area.py:1374
Methodget_guid
Return the point GUID. Returns: GUID string, or `None` on failure
structure_core/point.py:464
Methodget_guid
Get area-object GUID
structure_core/area.py:1412
Methodget_inner_profile_points
Get inner contour points (for boolean operations)
geometry/section_profile.py:143
Functionget_joint_acc
Get joint acceleration results. Args: model: SAP2000 SapModel object name: Point object name, point element name, or gro
results/joint_results.py:222
Functionget_joint_acc_abs
Get absolute joint acceleration results, typically for multi-support excitation. Args: model: SAP2000 SapModel object na
results/joint_results.py:279
Functionget_joint_displ
Get joint displacement results. Args: model: SAP2000 SapModel object name: Point object name, point element name, or gro
results/joint_results.py:28
Functionget_joint_displ_abs
Get absolute joint displacement results, typically for multi-support excitation. Args: model: SAP2000 SapModel object na
results/joint_results.py:165
Functionget_joint_react
Get joint reaction results. Reactions come from restraints, springs, and grounded link elements. Args: model: SAP2000 SapMo
results/joint_results.py:99
Functionget_joint_resp_spec
Get joint response spectrum results. Args: model: SAP2000 SapModel object name: Point object name, point element name, o
results/joint_results.py:450
Methodget_joint_response_spectra_named_sets_selected
Get currently selected joint-response-spectrum named sets. Args: model: SapModel object Returns
database_tables/tables.py:1353
Functionget_joint_vel
Get joint velocity results. Args: model: SAP2000 SapModel object name: Point object name, point element name, or group n
results/joint_results.py:336
Functionget_joint_vel_abs
Get absolute joint velocity results, typically for multi-support excitation. Args: model: SAP2000 SapModel object name:
results/joint_results.py:393
Functionget_line
Get a line constraint definition. Args: name: Constraint name Returns: Tuple `(dof_values, csys)`, or `None
constraints/constraints.py:482
Functionget_link_deformation
Get deformation results for link elements. Args: model: SAP2000 SapModel object name: Link object name, link element nam
results/link_results.py:19
Functionget_link_force
Get internal force results for link elements. Args: model: SAP2000 SapModel object name: Link object name, link element
results/link_results.py:76
Functionget_link_joint_force
Get joint force results for link elements. Args: model: SAP2000 SapModel object name: Link object name, link element nam
results/link_results.py:135
Functionget_link_load_deformation
Get link object deformation load. Args: model: SapModel object link_name: Link object name item_type: Operation scop
loads/link_load.py:100
Functionget_link_load_gravity
Get link object gravity load. Args: model: SapModel object link_name: Link object name item_type: Operation scope
loads/link_load.py:204
Functionget_link_load_target_force
Get link object target-force load. Args: model: SapModel object link_name: Link object name item_type: Operation sco
loads/link_load.py:302
Functionget_link_local_axes
Get the local-axis rotation angle of a link object. Args: model: SAP2000 SapModel object link_name: Link object name
link/local_axes.py:50
Functionget_link_local_axes_advanced
Get advanced local-axis settings for a link object. Args: model: SAP2000 SapModel object link_name: Link object name
link/local_axes.py:147
Functionget_link_property_info
Return both standard and frequency-dependent property information. Args: model: `SapModel` object link_name: Link object
link/property.py:107
Functionget_link_transformation_matrix
Get the transformation matrix of a link object. Returns a 3x3 matrix with 9 values for converting between local and global coordinates.
link/local_axes.py:193
Methodget_links
Get all links in the group
group/group.py:423
Methodget_load_cases_selected
Get currently selected load cases. Args: model: SapModel object Returns: (load_case
database_tables/tables.py:1188
Methodget_load_combinations_selected
Get currently selected load combinations. Args: model: SapModel object Returns: (lo
database_tables/tables.py:1206
Methodget_load_gravity
Get area gravity loads
structure_core/area.py:1485
Methodget_load_patterns_selected
Get currently selected load patterns. Args: model: SapModel object Returns: (load_p
database_tables/tables.py:1170
Methodget_load_pore_pressure
Get area pore-pressure loads
structure_core/area.py:1762
Methodget_load_rotate
Get area rotation loads
structure_core/area.py:1895
Methodget_load_strain
Get area strain loads
structure_core/area.py:1829
Methodget_load_surface_pressure
Get area surface-pressure loads
structure_core/area.py:1625
Methodget_load_temperature
Get area temperature loads
structure_core/area.py:1695
Methodget_load_uniform
Get area uniform loads
structure_core/area.py:1556
Methodget_load_uniform_to_frame
Get area uniform loads transferred to frame.
structure_core/area.py:1963
Methodget_load_wind_pressure
Get area wind-pressure loads
structure_core/area.py:2030
Functionget_local
Get a local constraint definition. Args: name: Constraint name Returns: Boolean list `[U1, U2, U3, R1, R2,
constraints/constraints.py:235
Methodget_local_axes_advanced
Get advanced local-axis settings API: GetLocalAxesAdvanced(Name, Active, AxVectOpt, AxCSys, AxDir[], AxPt[], AxVect[],
structure_core/link.py:427
Methodget_local_axes_advanced
Get advanced area local-axis settings Returns: AreaLocalAxesAdvanced object, or `None` on failure
structure_core/area.py:906
Methodget_mass
Get added area mass
structure_core/area.py:1080
Methodget_mat_temp
Get area material temperature
structure_core/area.py:1148
Methodget_material_overwrite
Get area material override
structure_core/area.py:1111
Methodget_max_displacement
Get the maximum and minimum displacement in a given direction. Args: load_case: Load case name load_
results/point_results.py:289
Methodget_max_tension
Get the maximum cable force.
results/cable_results.py:61
Functionget_modal_load_participation_ratios
Get modal load participation ratios. Returns static and dynamic participation ratios for each load pattern. Args: model: SA
results/modal_results.py:215
Functionget_modal_participating_mass_ratios
Get modal participating mass ratios. Returns participating mass ratios and cumulative ratios for each mode. Args: model: SA
results/modal_results.py:144
Functionget_modal_participation_factors
Get modal participation factors. Returns participation factors, modal mass, and modal stiffness for each mode. Args: model:
results/modal_results.py:254
Functionget_modal_period
Get modal period results. Returns period, frequency, and eigenvalue data for all selected modal cases. Args: model: SAP2000
results/modal_results.py:24
Methodget_modal_sub_type
Get the modal subtype. Only valid when `case_type == MODAL`. Returns: `ModalSubType` or `None`.
loading/load_case.py:328
Functionget_mode_shape
Get mode shape results. Args: model: SAP2000 SapModel object name: Point object name, point element name, or group name
results/modal_results.py:78
Methodget_model_filename
Get the model file name (no path). API: GetModelFilename() -> String
global_parameters/model_settings.py:270
Methodget_model_filepath
Return the active model directory path. Returns: Directory containing the model file Raises
application.py:810
Methodget_model_filepath
Get the full model file path. API: GetModelFilepath() -> String
global_parameters/model_settings.py:279
Methodget_modifiers
Get area modifiers.
structure_core/area.py:1047
Methodget_modifiers
Get property modifiers.
section/area_section.py:153
Methodget_obsolete_table_keys
Get obsolete table-key mapping. Returns a mapping from obsolete keys to replacement keys. Args:
database_tables/tables.py:1553
Methodget_offsets
Get area offsets
structure_core/area.py:1195
Functionget_option_buckling_mode
Get the buckling mode result option. Args: model: SAP2000 SapModel object Returns: Buckling mode number (1-
results/setup.py:207
Functionget_option_direct_hist
Get the direct-integration time-history result option. Args: model: SAP2000 SapModel object Returns: Option
results/setup.py:239
Functionget_option_modal_hist
Get the modal time-history result option. Args: model: SAP2000 SapModel object Returns: Option value:
results/setup.py:277
Functionget_option_mode_shape
Get the mode-shape result option. Args: model: SAP2000 SapModel object Returns: Tuple `(mode_num, run_case_
results/setup.py:315
Functionget_option_multi_step_static
Get the multi-step static result option. Args: model: SAP2000 SapModel object Returns: Option value:
results/setup.py:348
Functionget_option_multi_valued_combo
Get the multi-valued combination result option. Args: model: SAP2000 SapModel object Returns: Option value:
results/setup.py:386
Functionget_option_nl_static
Get the nonlinear static result option. Args: model: SAP2000 SapModel object Returns: Option value:
results/setup.py:424
Functionget_option_psd
Get the power spectral density result option. Args: model: SAP2000 SapModel object Returns: Option value:
results/setup.py:462
Functionget_option_steady_state
Get the steady-state result option. Args: model: SAP2000 SapModel object Returns: Option value: `1`
results/setup.py:498
Functionget_panel_zone_deformation
Get panel zone deformation results. Args: model: SAP2000 SapModel object name: Element name or group name item_t
results/misc_results.py:233
Functionget_panel_zone_force
Get panel zone force results. Args: model: SAP2000 SapModel object name: Element name or group name item_type: E
results/misc_results.py:288
Functionget_plate
Get a plate constraint definition. Args: name: Constraint name Returns: Tuple `(axis, csys)`, or `None` if
constraints/constraints.py:335
Methodget_plot_function_traces_named_sets_selected
Get currently selected plot-function-trace named sets. Args: model: SapModel object Returns:
database_tables/tables.py:1395
Functionget_point_local_axes
Return point local-axis angles. Args: model: `SapModel` object point_name: Point name Returns: Angle tu
point/local_axes.py:55
Functionget_point_local_axes_advanced
Return advanced local-axis settings for a point. Args: model: `SapModel` object point_name: Point name Returns:
point/local_axes.py:150
← previousnext →801–900 of 1,543, ranked by callers