Skip to content

Commit

Permalink
Merge pull request #623 from ansys/feat/update_adaptive_mesh_workflow
Browse files Browse the repository at this point in the history
Update adaptive mesh workflow branch to latest changes
  • Loading branch information
greschd authored Oct 23, 2024
2 parents 35316b2 + 499caaf commit f7148ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ansys/acp/core/_tree_objects/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@
enum_types_pb2.FileFormat.ANSYS_H5,
enum_types_pb2.FileFormat.ANSYS_CDB,
enum_types_pb2.FileFormat.ANSYS_DAT,
enum_types_pb2.FileFormat.STEP,
enum_types_pb2.FileFormat.IGES,
),
)
IgnorableEntity, ignorable_entity_to_pb, _ = wrap_to_string_enum(
Expand Down

0 comments on commit f7148ee

Please sign in to comment.