Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>HyperWorksPyAPINew to Visual Studio Code? Get it now.
HyperWorksPyAPI

HyperWorksPyAPI

Altair Engineering

altair.com
|
760 installs
| (0) | Free
A Visual Code extension for HyperMesh, Simlab & Inspire Python APIs
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

HyperWorksPyAPI

The HyperWorksPyAPI is a Visual Studio Code extension which provides syntax support for HyperMesh, Simlab and Inspire Python API. This extension aims to improve productivity for users who are coding customization and automation tasks for the HyperWorks applications using Visual Studio Code. Classes and methods from hm, hw, simlab and hwx modules and sub-modules are currently supported.

A tree structure of all availble modules is the following:

hm
└── hm.entities

hw
├── hw.hv
├── hw.hg
└── hw.taskmanager

report
├── report.hwxpptxtypes
└── report.hwxdocxtypes

simlab
├── simlab.messagebox
└── simlab.simlab

hwx
├── hwx.gui
├── hwx.inspire
│   ├── hwx.inspire.core
│   ├── hwx.inspire.math
│   └── hwx.inspire.motion
└── hwx.common
    └── hwx.common.math

Quick Start

This extension is activated when vscode opens but in general, is good practice to activate the extension by opening an existing workspace (directory) or creating a new one. Then a hidden folder is created (.vscode) in this workspace which permits to use the extension.

Supported Features

The features of this extension are supported via Pylance extension, which is installed together with HyperWorksPyAPI extension if not already installed. Currently, HyperWorksPyAPI supports:

  • Syntax highlighting.

  • Tooltips showing the function description, signature and arguments.

Tooltips

  • Autocompletion.

Autocompletion

Other features as such as code navigation and syntax checking are supported through Pylance.

Questions and Support

We encourage feedback. If you face any issues please reach out to us via Discussions - Altair Community.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft