Skip to content

[BUG] GeomType enum not exposed in package __init__.py #39

@sankalps0549

Description

@sankalps0549

Describe the bug
The enum GeomType is not exposed through the moldflow package's __init__.py file.

As a result, importing from the moldflow package doesn't work as expected.

from moldflow import GeomType

Current workaround:
Importing the enum from the common module of the package works and it can be used.

from moldflow.common import GeomType

Expected behavior
We should be able to import GeomType from the moldflow package like the rest of the enums.

Environment:

  • OS: Windows 11
  • Python Version: 3.10.11
  • Package Version: 26.0.3
  • Moldflow Synergy Version: 2026.1

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions