abqpy icon indicating copy to clipboard operation
abqpy copied to clipboard

Type Hints for Abaqus/Python Scripting

Results 3 abqpy issues
Sort by recently updated
recently updated
newest added

**Describe the bug** 我复制了教程中compress的代码直接在vscode中运行但是出现了报错。 ```python from abaqus import * from abaqusConstants import * from caeModules import * from driverUtils import * executeOnCaeStartup() # Model model = mdb.models["Model-1"] # Part sketch...

bug
test

In the environment abqpy 2017 and abaqus 2017, I compiled my file of run_computaion.py import py_compile py_compile.compile('run_computation.py') then, we use the following python program to call run_computation function, import importlib.util...

It's maybe half bug - half feature request, but most Abaqus Types and Exceptions are not recognised by the linter. 1. The module `abaqusExceptions` and exceptions than can be imported...