Skip to content

import_dataset3d defaults to non-project database in Maxwell and Icepak #7537

@jvela018

Description

@jvela018

Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

Description of the bug

The default value of is_project_dataset=True. However, in the middle of the script it's switched to false

Image

This will prevent importing 3d Datasets in Maxwell and Icepak

Steps To Reproduce

If you tried it with Maxwell it won't work. With HFSS it will.

m3d.import_dataset3d(
input_file=str(saturated_core_path/"mur_choke.tab"),
name="mur_20mA",
is_project_dataset=True)

and do the same thing with HFSS

hfss.import_dataset3d(
input_file=str(saturated_core_path/"mur_choke.tab"),
name="mur_20mA",
is_project_dataset=True)

Which Operating System are you using?

Windows

Which Python version are you using?

3.10

Installed packages

annotated-types==0.7.0
ansys-api-edb==0.2.2
ansys-edb-core==0.2.6
ansys-pythonnet==3.1.0rc6
ansys-tools-common==0.5.0
asgiref==3.11.1
attrs==26.1.0
certifi==2026.2.25
cffi==2.0.0
cfgv==3.5.0
charset-normalizer==3.4.7
click==8.3.2
clr_loader==0.2.10
colorama==0.4.6
defusedxml==0.7.1
distlib==0.4.0
Django==5.2.13
exceptiongroup==1.3.1
filelock==3.25.2
grpcio==1.78.0
identify==2.6.18
idna==3.11
iniconfig==2.3.0
jsonschema==4.26.0
jsonschema-specifications==2025.9.1
nodeenv==1.10.0
numpy==2.2.6
packaging==26.0
pillow==12.2.0
platformdirs==4.9.6
pluggy==1.6.0
pre_commit==4.5.1
protobuf==6.33.6
psutil==7.2.2
pyaedt @ file:///C:/Users/jvelasco/Documents/pyaedt
pycparser==3.0
pydantic==2.12.5
pydantic_core==2.41.5
pyedb==0.71.0
Pygments==2.20.0
pytest==9.0.3
python-discovery==1.2.2
pywin32==311
PyYAML==6.0.3
referencing==0.37.0
requests==2.33.1
rpds-py==0.30.0
scooby==0.11.0
sqlparse==0.5.5
toml==0.10.2
tomli==2.4.1
tomli_w==1.2.0
typing-inspection==0.4.2
typing_extensions==4.15.0
tzdata==2026.1
urllib3==2.6.3
virtualenv==21.2.1
xmltodict==1.0.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions