Deprecated#
Deprecated API Migration Guide#
As the Inspire API evolves, APIs are periodically reorganized or upgraded. When APIs evolve, the old API is deprecated and eventually removed. This page contains information you need to know when migrating from deprecated API versions to newer and more stable API versions.
During the deprecation period, the pre-release API remains functional, allowing couple of releases to transition to the stable API version. We encourage you to migrate to the stable API version as soon as possible.
This section provides the details on deprecated functions and properties.
Deprecated APIs in Release 2025.1#
move() - inspire.geometry.move()
move2 can be used instead of old move.This will be removed in Release 2026. For more information please refer inspire.geometry.move2 documentation.
Below mentioned functions and Attributes are deprecated in Release 2025.1 and will be removed in Release 2026.1.
system - inspire.System()
inspire.geometry.referenceSystem can be used instead of old system. For more information please refer inspire.geometry.referenceSystem documentation.
- normalModes
inspire.SimSolidAnalysis.Params().normalModes
inspire.OptiStructAnalysis.Params().normalModes
normalModes setting is deprecated as it is available at load case level.
- bucklingModes
inspire.SimSolidAnalysis.Params().bucklingModes
inspire.OptiStructAnalysis.Params().bucklingModes
bucklingModes setting is deprecated as it is available at load case level.
- modalPrestress
inspire.SimSolidAnalysis.Params().modalPrestress
inspire.OptiStructAnalysis.Params().modalPrestress
modalPrestress setting is deprecated as it is available at load case level.
- gravity
inspire.SimSolidAnalysis.Params().gravity
inspire.OptiStructAnalysis.Params().gravity
gravity setting is deprecated. Please create GLoads if it is required.
- inertiaRelief
inspire.SimSolidAnalysis.Params().inertiaRelief
inspire.OptiStructAnalysis.Params().inertiaRelief
inertiaRelief setting is deprecated as it is available at load case level.
Removed APIs by release#
Version 2024.2#
The v2024.2 release stopped serving the following deprecated API versions:
patch - inspire.geometry.patch()
patch2 can be used instead of old patch. For more information please refer inspire.geometry.patch2 documentation.
deleteFaces - inspire.geometry.deleteFaces()
deleteFaces2 can be used instead of old deleteFaces. For more information please refer inspire.geometry.deleteFaces2 documentation.
solutionAdaption - inspire.SimSolidAnalysis.Params().solutionAdaption
solutionAdaption setting is deprecated as it is available at individual loadcase level. Now, you can set your solution settings at load case level.
Version 2023#
The v2023 release stopped serving the following deprecated API versions:
contacts - (Analysis/Optimization).Params().contacts
Global ‘sliding with separation’ setting is deprecated as it is available at individual contact level. Please refer to individual contact settings for their behavior.