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 a couple of releases to transition to the stable API version. We encourage you to migrate to the stable API version as soon as possible.

Deprecated APIs in Release 2025.1#

  • move() Deprecated: inspire.geometry.move() Use: inspire.geometry.move2()

  • system Deprecated: inspire.System() Use: inspire.geometry.referenceSystem() Refer to inspire.geometry.referenceSystem documentation.

  • normalModes Deprecated: - inspire.SimSolidAnalysis.Params().normalModes - inspire.OptiStructAnalysis.Params().normalModes Available at load case level.

  • bucklingModes Deprecated: - inspire.SimSolidAnalysis.Params().bucklingModes - inspire.OptiStructAnalysis.Params().bucklingModes Available at load case level.

  • modalPrestress Deprecated: - inspire.SimSolidAnalysis.Params().modalPrestress - inspire.OptiStructAnalysis.Params().modalPrestress Available at load case level.

  • gravity Deprecated: - inspire.SimSolidAnalysis.Params().gravity - inspire.OptiStructAnalysis.Params().gravity Please create GLoads if required.

  • inertiaRelief Deprecated: - inspire.SimSolidAnalysis.Params().inertiaRelief - inspire.OptiStructAnalysis.Params().inertiaRelief Available at load case level.

Removed APIs by Release#

Version 2026#

The v2026 release stopped serving the following deprecated API versions:

  • move() Deprecated: inspire.geometry.move() Use: inspire.geometry.move2() Refer to inspire.geometry.move2 documentation.

Version 2024.2#

The v2024.2 release stopped serving the following deprecated API versions:

  • patch() Deprecated: inspire.geometry.patch() Use: inspire.geometry.patch2() Refer to inspire.geometry.patch2 documentation.

  • deleteFaces() Deprecated: inspire.geometry.deleteFaces() Use: inspire.geometry.deleteFaces2() Refer to inspire.geometry.deleteFaces2 documentation.

  • solutionAdaption Deprecated: inspire.SimSolidAnalysis.Params().solutionAdaption Available at individual load case level.

Version 2023#

The v2023 release stopped serving the following deprecated API versions:

  • contacts Deprecated: (Analysis/Optimization).Params().contacts Global ‘sliding with separation’ setting is deprecated as it is available at individual contact level. Refer to individual contact settings for their behavior.