From 499caaf546e46224514df42120df43e043ea9e0f Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Mon, 21 Oct 2024 10:28:47 +0200 Subject: [PATCH] Add STEP and IGES to the list of allowed FeFormat values --- src/ansys/acp/core/_tree_objects/model.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ansys/acp/core/_tree_objects/model.py b/src/ansys/acp/core/_tree_objects/model.py index a3ce5ea59c..63be0efe50 100644 --- a/src/ansys/acp/core/_tree_objects/model.py +++ b/src/ansys/acp/core/_tree_objects/model.py @@ -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(