Skip to main content

GSA 10.2 Release Notes

Major changes in GSA 10.2

Improved loading capabilities

Apply loading on members in the design layer

You can apply loads to all types of members in the design layer. This loading will be transferred to elements in the analysis layer, even after re-meshing. You can also now view applied load diagrams in the design layer.

Member element loading section has more information.

member-loading-changes-gsa-10.2

1D-variable-loads-gsa-10.2

Apply equation face loads on 2D members and elements

Map face loads onto 2D members and elements using an equation. The equation is saved in the face loads table and remains editable. Only one face load is generated per equation.

Mapping loads based on equation section has more information.

Map-face-loads-onto-2D-members-and-elements-using-an-equation.

Coordination toolbar

Coordinate the analysis and design layers with one click using the new toolbar buttons to create elements and synchronise the two layers.

Design and analysis layers section has more information.

Coordination-toolbar-within-GSA

Custom output views

You can create custom tables that combine properties and result for 1D members and nodes without the need for other software (for example Excel) to combine the tables. Simply copy and paste these output templates between models using GWA format.

Custom output views section has more information.

your-custom-output-frame

New modal analysis options

Specify your criteria and GSA will find the modes you care about. You can specify a desired target mass participation ratio or frequency range for Modal and Modal P-delta analysis tasks

Modal analysis task

modal analysis wizard

Build 10.2.8

April 2024

GSA 10.2.8 is a minor version to resolve an analysis issue for older GSA files. Where an upper only or lower only frequency cutoff is defined for modal dynamic analysis, analysis can now be performed as expected. [GSA-8305]

Build 10.2.7

April 2024

GSA 10.2.7 introduces new mode calculation strategies for modal analysis including the ability to find all modes in a frequency range and the ability to find the smallest set of modes required to reach a desired mass participation ratio. This build also includes new .NET API functionality as well as fixes related to analysis results.

Features

New options for modal analysis

  • The Modal analysis wizard has been rearranged to accommodate three mode calculation strategies. [STR-58] They are as follows:
    • Specify number of modes - modes are calculated sequentially starting from mode 1. The exact number of modes, as specified by the user, are returned.
    • Specify frequency range (new) - modes are calculated sequentially from the first mode that is within the frequency range up to either the upper bound frequency or maximum number of specified modes is exceeded.
    • Specify target mass participation ratio (new) - the solver will calculate the relevant modes until either the target mass participation ratios is met or until the maximum number of modes is reached.
  • When using the Specify target mass participation ratio mode calculation strategy, there is the option to use the MASIL Algorithm which finds the smallest set of eigen modes required to reach the desired mass participation ratio. This means that modes of insignifcant participation in the directions of interest will not be included in the solution.

See Modal analysis task definition for more information on the options and the Modal analysis theory for more information on how the results are calculated.

Note: The syntax for modal dynamic tasks has been updated to accommodate these new approaches. GSA can still read the old format, but if you have code that parses GWA generated by GSA, you may need to update it. See GWA keywords for details.

Note: The frequency range and target mass participation mode calculation options are available in all versions of GSA (Analysis, Building, Bridge, Suite), but may be limited to specific versions in the future.

.NET API

  • Results can be extracted from GsaAPI (.NET) in user defined axes. [GSA-7133]
  • Result diagrams for assemblies can be retrieved with GsaAPI (.NET). [GSA-7806]
  • Nodal forces and moments can be extracted using GsaAPI (.NET). [GSA-8024]

Fixes

Analysis and results

  • Beam loads on members are are correctly updated after modifying loads in loading tables. [GSA-7967,GSA-8140]
  • Setting a creep on a material for an analysis stage yields appropriate creep behaviour. [GSA-5666]
  • Creep is considered in thermal loading on 3D elements [GSA-7766,GSA-8237]
  • Constraint forces are correctly reported when the primary node is on loaded beam elements. [GSA-5672]
  • Stresses are calculated correctly when a shell element has a stiffness modifier specified is being loaded by a pre-strain. [GSA-5999]
  • The RSA scaling of elastic forces to ASCE-17-16 to calculate design base shear is correct, but the output is now corrected to read "Minimum base shear (Cs W)" rather than "Minimum base shear (0.85 Cs W)" for earlier version of ASEC-7. [GSA-7194]
  • Issue of differing results for multiple runs of the same analysis task, where elements and loads are identical, has been resolved. [GSA-7768]
  • Beam element relative displacement and rotation outputs can be displayed using any reference axis. [GSA-7851]
  • Resolved issue of column headers not aligning with the content for Dynamic summary output views. [GSA-8213]
  • Resolved issue of start mode not being set properly when running modal analyses with a user defined start mode. [GSA-8220]

General

  • All assemblies are displayed on both layers regardless of whether the assembly contains elements or members. [GSA-7374,GSA-8181]
  • Resolved issue of crashing when creating a new model or opening an existing model when the node coincidence tolerance is zero. [GSA-7398]
  • When defining storey grid planes, axis is locked to Global axis. [GSA-7650,GSA-7897]
  • In the advanced solver settings for model stability analysis, options that are not relevant to the model stability analysis is not visible to the user. [GSA-7680]
  • The default 1D element taper offsets are correctly set as 0% and 100% for end 1 and end 2 respectively. [GSA-7756]
  • Issue with selecting both "normalise mode shapes" and "normalise modal mass" at the same time has been corrected. [GSA-8096]
  • Entity labels are consistently formatted when both name and number are displayed. [GSA-8033]
  • Section modifiers are locked if the section is used by any analysis case with results. [GSA-8060]
  • Warning message for invalid values for stiffness proportion in analysis wizard has been updated. [GSA-8108]
  • GSA will skip reading tasks with negative shifts in GWA files. [GSA-8117]
  • Added clarification to GWA documentation for eigenvalue shift for analysis tasks. [GSA-8118]
  • Graphics are more responsive when labelling element initial stage if there are gaps in the stages table. [GSA-8126]

Build 10.2.6

March 2024

GSA 10.2.6 is a minor version that resolves the issue of crashing when opening a model that has equivalent static loads. [GSA-8156]

Build 10.2.5

February 2024

GSA 10.2.5 is a minor version of GSA that resolves the issues when opening files containing Dyna analysis tasks and manipulating large input tables.

Fixes

  • Files containing Dyna analysis task definitions can be successfully opened. [GSA-8015]
  • The issue of crashing when manipulating large input tables is resolved. [GSA-8016]

Build 10.2.4

January 2024

GSA 10.2.4 includes new .NET API functionality as well as fixes focused on improving the graphics on high resolution displays, GWA functionality and member to element coordination.

Features

  • The complete analysis log is available in the report pane, even after saving and reopening a model. Analysis reports are no longer reported as part of the task properties. [GSA-7865]

.NET API

  • Create Steel Design Tasks and trigger Design and Check methods for design tasks with the GsaAPI (.NET). [GSA-7492]
  • Open .gwa files and work with the file's input data using the GsaAPI (.NET). [GSA-7622]
  • Save a model's input data to .gwa format with the GsaAPI (.NET). [GSA-7713]
  • A TaskReport object containing logs and warning messages when running an analysis task can be returned with the GsaAPI (.NET). [GSA-7754]
  • Work with Assemblies using the GsaAPI (.NET). [GSA-7805]
  • With the exception of 2D stress results, layer information is not required to get 2D results through GsaAPI (.NET). [GSA-7740]

Fixes

Member and element coordination

  • Member and its constituent elements remain associated after the member offsets are modified through member wizard. [GSA-7487]
  • Resolved issue of member properties not being editable after deleting analysis results if loads were applied by member property. [GSA-7682]

General

  • Improved display of icons and text on high resolution displays. [GSA-7405,GSA-7407,GSA-7408,GSA-7409]
  • Resolved crashing when deleting the node that were part of joints or rigid constraints after deleting elements. [GSA-7625]
  • Resolved issue of crashing when right-clicking on on gravity load table to run Show Loads From Selected Element. [GSA-7684]
  • Resolved issue of crashing when creating a new model or opening an existing model even though the node coincidence tolerance is zero. [GSA-7398]
  • Undo is disabled after analysis if the undo analysis preference is not set. [GSA-7436]
  • Resolved issue of crashing when node restraints are modified in the properties pane. [GSA-7719]
  • Resolved issue of saving user preferences on panes and toolbars. [GSA-7723]
  • Default time long and time medium include the correct conversion factors. [GSA-7731]
  • Keyboard shortcut to copy (ctrl + c) from output view menu bars in cases or element/member list definition works as expected. [GSA-7749]
  • Version details dialog box shows OaWin and steel_design_ui version correctly. [GSA-7759]
  • The element type dropdown on the property pane correctly responds to the structure type. [GSA-7866]
  • Fabric and form finding sample's file path error is fixed. [GSA-7926]

Analysis

  • The occasional small discrepancies from multiple runs of the same model that slowed the convergence of iterative solutions is fixed. [GSA-7183]
  • The option to prune bridge analysis results and retain only at influence effects covers all the relevant results. [GSA-7785]
  • Resolved issue of crashing when running a bridge analysis with the option selected to retain results at influence points only. [GSA-7799]
  • In a staged analysis, 3D element materials are correctly used even after different 3D properties have been assigned to the elements in the analysed stage. [GSA-7800]

GWA

  • Solution condition number is written to GWA as part of the results data, instead of input data. [GSA-7200]
  • Analysis envelope results data is properly being saved to GWA. [GSA-7563]
  • Response spectrum analysis task data is properly being saving to GWA. [GSA-7708]
  • Curve definitions (e.g. response spectrum curves, frequency damping curves etc) in non-SI units maintain their value when saved to and read from GWA file. [GSA-7716]
  • Response analysis period and base shear results are being saved properly to GWA. [GSA-7726]
  • All model unit settings can be copied as GWA from the data explorer. [GSA-7730]
  • Resolved issue of crashing when opening GWA file with bridge influence analysis results. [GSA-7739]
  • Opening GWA files is significantly faster (in our tests the speed has improved by a factor of seven). [GSA-7895]
  • Superseded GWA keywords can be read from files. [GSA-7896]
  • Models with Russian response spectrums can be read from GWA file. [GSA-7755]

.NET API

  • Member results in GsaAPI (.NET) return values for the requested position instead of the first child element. [GSA-7821]

Build 10.2.3

November 2023

GSA 10.2.3 introduces variable beam loads for 1D members, equation-based face loads for 2D entities, and custom output views for node properties and results. It also includes a number of .NET API functionalities and fixes related to spring properties, steel designer and results, including footfall.

Features

  • Point, patch, linear and trilinear beam loads can now be applied onto 1D members. [GSA-7490]
  • 2D entity face loads can now be defined by an equation as a function of the entity's position (Pressure = f(x,y,z)). [GSA-6792] See the how-to guide for more information.
  • Custom outputs views can now be used to create custom tables for node properties and results. [GSA-7475]
  • Custom output views now have alternating shading to make it easier to read results. [GSA-7673]

.NET API

  • Improved documentation of the .NET API. See the new Model page for more information.
  • GsaAPI (.NET) can now set the position of a point face load. [GSA-5537]
  • 2D entity face load by equation can be created with GsaAPI (.NET). [GSA-6792]
  • GsaAPI (.NET) can now return Element relative displacement results. [GSA-7100]
  • GsaAPI (.NET) now has the ability to return footfall results. [GSA-7392]
  • It is now possible to work with Spring properties in GsaAPI (.NET). [GSA-7396]
  • Effective length settings for 1D Members can now be set through GsaAPI (.NET). [GSA-7486]
  • Steel Section Pool names can now be set through GsaAPI (.NET). [GSA-7491]
  • Diagram graphics can now also be returned for members. [GSA-7395]
  • GsaAPI.dll is now built against .NET Framework 4.8.

Fixes

Graphic views

  • Dummy elements associated with members are now visible on the analysis layer. [GSA-7190]
  • Dummy members with constituent elements are now visible on the design layer. [GSA-7562]
  • Non-section member types (e.g. spring, damper and link members) now render correctly in graphic views. [GSA-7561]
  • Loading diagrams now update when a property referred to by the loaded list changes. [GSA-7593]
  • Beam loads with positions near the end of elements now display correctly in loading diagrams. [GSA-7602]

Member and element synchronisation

  • The detection and messaging when there are geometry synchronisation errors in 1D members has been improved. [GSA-7378]
  • 2-noded 1D members with offsets no longer incorrectly trigger a geometry sync warning. [GSA-7421,GSA-7485]

Analysis

  • GSA now gives an appropriate error message when attempting to analyse a model containing tapered beam elements with the nonlinear solver. [GSA-7095]
  • GSA now gives an appropriate warning when the material curves are not defined correctly. [GSA-7106]
  • Explicit solver analysis checks now fail with a suitable message when load curve has incorrect units. [GSA-7649]
  • There is no longer an unexpected reaction force for the primary node of a rigid constraint that also has spring support with zero stiffness. [GSA-7462]

Output views

  • GSA no longer crashes when opening "Load Factor/Displacement" output. [GSA-7638]
  • Bridge influence analysis results are now fully populated in the output view even if there are gaps on influence effect definitions. [GSA-7467]
  • Custom outputs views no longer accepts duplicate output names. [GSA-7665]
  • GSA no longer crashes when selecting the total loads and reactions output when a custom output view is open. [GSA-7676]

3D elements

  • Stresses are now correctly calculated for 3D wedge elements. [GSA-5015]
  • Infinite 3D wedge elements can now be used in the analysis. [GSA-7457]
  • Face loads on 3D elements (bricks, wedges, pyramids and tetra) are now applied correctly. [GSA-7464]

GWA files

  • Nodal spring and damper results are now included in GWA files. [GSA-7454]
  • All 3D element displacement results are now included in GWA results files (previously only nodal values were). [GSA-7455]
  • Mode numbers are now read correctly from GWA results files. [GSA-7459]
  • Global mode probability results are now included GWA files. [GSA-7460]
  • Models with bridge influence line results can now be written correctly to GWA. [GSA-7465]
  • GSA no longer writes duplicate 2D element stress results to GWA files for plane stress models. [GSA-7494]
  • Modal analysis tasks with custom start mode number and mode numbers higher than 9 can now be correctly read from GWA file. [GSA-7523]
  • Total force and moment for 3D elements and grounded springs are now written to GWA file. [GSA-7527]
  • Nodal mass and inertia results are now correctly written to (and read from) GWA file. [GSA-7539]
  • Storey active mass and inertia results are now included in GWA files. [GSA-7542]
  • Grid planes are now written to GSA text files in all available formats (gwa, csv and txt). [GSA-7543]
  • Time history time step's time is now written and read from GWA files. [GSA-7565]
  • Explicit solver no longer creates a user module with invalid name that cannot be read from GWA. [GSA-7567]
  • Explicit solver task results are now written to GWA. [GSA-7568]
  • Explicit solver energy and time results are now written to GWA file. [GSA-7583]
  • Explicit analysis task nodal constraint forces and moment are now written to GWA files. [GSA-7586]
  • All node spring force and moment results are now written to GWA file. [GSA-7636]
  • GWA can now handle string values that contain backslashes. [GSA-7641]
  • GsRelax load factor results are now written to GWA file. [GSA-7646]

.NET API

  • Improved reporting of unavailable results as double.NaN instead of 0 (zero). [GSA-7443]

Deprecated features

  • The ability to sculpt patch loads beyond the length of an element has been replaced with 1D member patch loads. [GSA-7518]
  • The Map face loads on 2D elements function has been replaced with 2D entity equation face loads. [GSA-6792]
  • The map beam loads to shells function, previously found under Tools > Labs, has been removed. [GSA-7535]

Build 10.2.2

October 2023

GSA 10.2.2 is a minor update that resolves the issue when opening models from the network drive using the welcome dialog.

Fixes

  • GSA no longer crashes when opening a model from a network drive from the welcome dialog. [GSA-7558]

Build 10.2.1

October 2023

GSA 10.2.1 includes a new What's new screen to alert users when there are new features as well as a few new API functionalities. It also includes a number of fixes related to unexpected crashes, analysis messages and results.

Features

  • The GSA welcome screen has been refreshed with a new user interface. [GSA-7083]
  • A What's new screen had been added to highlight recent new features. [GSA-7380]
  • Custom output views can now be saved to GWA. [GSA-7180]

.NET API

  • 1D Element stress results can now be extracted with GsaAPI (.NET). [GSA-7393]
  • 1D Member results can now be extracted with GsaAPI (.NET). [GSA-7394]

Fixes

General

  • Opening and closing Tools > Customise options... no longer causes the dockable panes to become unresponsive. [GSA-5276,GSA-6470]
  • GSA can now merge more than two rigid constraints where the types match and the node list overlap. [GSA-7112]
  • 1D Member analysis type terminology across the Properties Pane, Member Wizard, and synchronisation warning messages now consistently use Analysis type instead of Element type. [GSA-7250]
  • GSA no longer crashes on using map loading features. [GSA-7428]
  • Beam patch loads with relative (%) positions are no longer incorrectly converted based on the model's length units. [GSA-7430]
  • GSA now warns users when constituent elements of a member are of a different dimension than the parent member. [GSA-7379,GSA-7387]
  • The equation for response spectrum CQC correlation coefficient has been fixed in the documentation. [GSA-7377]

Analysis

  • In a modal dynamic analysis where the only result requested is frequency, the effective mass as a function of unrestrained mass is now calculated and output in the analysis messages. [GSA-6003]
  • Projected face loads in the global axes are now applied correctly to Pyramid 5 elements. [GSA-6111]
  • The structure mass now takes into account any property modifiers and additional mass. The structure weight, total loads and total reactions being reported in total loads and reactions are now correct. [GSA-6248,GSA-6580]
  • An unexpected error no longer occurs when running nonlinear static analysis with geometric stiffness on a model that has 2D elements with material defined by a material grade. [GSA-6446]
  • Mass analysis no longer fails when the Mass option is set to Exclude element mass. [GSA-7239]
  • The ratio of effective mass to unrestrained mass is now displaying correct ratios in the analysis logs. [GSA-7356]
  • GSA no longer crashes when re-analysing after terminating an earlier analysis. [GSA-7420]
  • GSA no longer prints more than the specified number of repeat warnings of the same type when running analysis. [GSA-7442]

Build 10.2.0

September 2023

GSA 10.2 introduces exciting new features: member loading, custom output views, toolbar for model coordination and improved member-element synchronisation checks. It also includes a number of fixes related to entity definition, materials, analysis results file saving and many additional API improvements.

Features

Loading

  • Uniform loads can be applied to members (in the Design layer). [GSA-4457] This includes the following load types:
    • 1D entity loading: uniform beam loads, prestress loads, thermal loads
    • 2D entity loading: uniform face loads, prestress loads, thermal loads
    • 3D entity loading: uniform thermal loads
  • Loading diagrams and contours are displayed on the Design layer. [GSA-6789]

Output views

  • Create Custom output views for 1D members to combine any selection of geometry, property, analysis and design results all in one table. These custom output views are saved with the GSA file and are automatically updated as the model changes. See the Custom output views references for more information and the How-to guide for step-by-step instructions. [GSA-6824]
  • Display expanded case descriptions for permutations for results in output views by going to Further options and checking Expand permutation case description.
  • Right-click in any open output view and select Copy output to copy a selection or the entire output. This function copies the entire output or the selected content if a selection exists to clipboard. [GSA-6711,GSA-6768]

Member and element coordination

  • The Model coordination toolbar gives easy access to create or delete elements from members and member-element synchronisation tools. [GSA-1806]
  • 2D members now have a mesh mode option to allow tri-only, mixed quad/tri and quad-only meshing. Previously all members used the default mixed option, which is still recommended for as a good option for minimising the number of triangle elements while maintaining good mesh quality. [GSA-6990]
  • When creating elements from members, GSA gives the option to skip the step of splitting badly shaped quad elements into triangles (e.g. if an all-quad analysis mesh is required). [GSA-7003]
  • Member and element relationship checks are carried out before analysing the model. Inconsistencies will be reported in the analysis report. [GSA-7016,GSA-2423]
  • Member and element synchronisation checks report any identified geometry differences between member and element for 2D and 3D members. [GSA-7017]
  • If there are duplicated elements associated with a member, they can be detected when running member and element synchronisation checks. [GSA-7034]
  • Group and dummy status can be synchronised between members and elements. [GSA-7013,GSA-5947]
  • Member attributes that affect analysis results are locked when a model has results. [GSA-6914]
  • When a load is applied to a member that is out of sync with its constituent elements, a warning is displayed in the analysis report. [GSA-7018]

.NET API

  • GSA .NET API has a function to set Load case specification. [GSA-6597]
  • GSA .NET API has a function to work with Grid lines. [GSA-6598]
  • GSA .NET API has a function to work with uniform 1D/2D thermal loading. [GSA-6757]
  • GSA .NET API has the ability to get Name and Definition of a load combination object. [GSA-6826]
  • GSA .NET API has a function to draw graphics of a model in the form of Lines, Meshes and Annotation objects. This can be used to draw 3D sections, result and load diagrams. [GSA-6859]
  • GSA .NET API fields and methods marked as deprecated in previous version have been removed. [GSA-7040]
  • When opening a model with GSA .NET API, it is possible to detect if the file has been saved with a more recent version of GSA. [GSA-7157]
  • Analysis logs are available through the API. [GSA-7187]

Analysis

  • By default, new modal analysis will use the Specta eigensolver which is 4 to 5 times faster than the previous default (subspace iteration). [GSA-6740]

Fixes

Member and element definition

  • Member element geometry checks produce the same results on Update elements from members and Update members from elements operations. [GSA-7197]
  • Deleting or recreating elements from members no longer removes nodes used only by dummy members. [GSA-6946]
  • Nodes only used by dummy members are no longer displayed as unused in the graphics. [GSA-6946]
  • Member offsets output for members with more than two nodes (e.g. 2D members) has been fixed. [GSA-7002]
  • GSA no longer produces extremely elongated cutouts when 1D and 2D member (with automatic internal offsets) are nearly co-planar. The cutouts now only occur when the angle between the 2D member's normal the the 1D member's x axis is less than 60 degrees. [GSA-7048]
  • 1D void cutter members and 2D member auto internal offsets include member and section offsets. [GSA-7049]
  • Element GWA works correctly for parent member in replicas. [GSA-7115]
  • GSA no longer crashes when pasting constituent elements that have undefined topology. [GSA-7189]
  • GSA no longer crashes when deleting member's constituent elements if the member has blocks. [GSA-7268]
  • GSA no longer crashes when a node's target element size is set to a negative value. [GSA-6709]
  • GSA no longer crashes on defining 1D generic member on member table even though its constituent elements are ill-defined. [GSA-7193]
  • GSA calculates the direction cosines correctly for all 3D (solid) elements. [GSA-5728]
  • 1D member automatic offsets are correctly calculated for explicit members. [GSA-7240]

Materials

  • Non-linear material curves for some grades of concrete in Eurocodes and IRC-112-2011 no longer contains irregularities. [GSA-7276]
  • Mohr-Coulomb materials can now be successfully defined in the Material wizard. [GSA-5875]

Analysis results

  • Assembly displacements from response spectrum analysis give the same displacements as nodal displacements. [GSA-5251]
  • The story drift results are now correct from response spectrum analysis with SRSS combination. [GSA-6805]
  • Spring element displacement results are reporting the correct results for each position along the element. [GSA-5923]
  • GSA provides a more detailed breakdown of the time it took to complete different stages of analysis in the analysis report. [GSA-7081]
  • GSA consistently reports the effective mass ratio in the analysis report when running a Modal P-Delta analysis. [GSA-6982]
  • Analysis task reports are created when analysing via APIs. [GSA-7253]
  • Explicit and Masil solvers report a pre-analysis checking message. [GSA-7287]

Design

  • The damping value for ASCE 7-10 is correctly assigned as 5%. [GSA-3047]
  • GSA no longer crashes when using the Irish National Annex to Eurocode 3. [GSA-6902]

File saving

  • GSA correctly stores user unit preferences for time - Medium and Long. [GSA-7039]
  • GSA can write angle to a GSA file on saving and read it back on opening. [GSA-7139]
  • Models saved by GSA 8.7 with corrupt bridge loading specification can be written to file without error. [GSA-6951]
  • 2D member reinforcement can be read from GWA. [GSA-7001]

.NET API

  • GSA .NET API always reports Analysis case result values in the Axis default for selected result type. [GSA-6746]
  • Grid surface names are validated before being added to the model using the GSA .NET API. [GSA-6766]
  • GSA .NET API always reports Combination Case result values in the Axis default for selected result type. [GSA-6819]
  • GSA .NET API prevents analysis of models with invalid input. [GSA-7307]
  • GSA .NET API throws an exception if unable to open a model, deprecating the ReturnValue enum. [GSA-7188]
  • GSA .NET API has the ability to change Strain and Temperature units. [GSA-7031]
  • It is possible to retrieve results for nonlinear combination cases through the GSA .NET API. [GSA-5724]

Other

  • The Command toolbar is disabled when a model has results, to avoid potential invalid modifications to the model if used. [GSA-7029]
  • Some entity properties that don't affect analysis (such as name and colour) can be edited in the tables while the model has results. [GSA-7033]
  • It is no longer possible to use the replace function to modify loading of an analysis task that has results. [GSA-7199]
  • Assembly labeling options are accessible from the Labels pane when on the design layer. [GSA-6994]
  • The Label pane displays polyline information in line with the label and Display wizard. [GSA-6663]
  • GsRelax tasks read properly and are not confused with explicit static tasks. [GSA-6953]

Deprecated features

  • GsaShell functionality has been deprecated. [GSA-6849]