Skip to content

Commit c84cf0e

Browse files
authored
Remove unused snippet from mechanical integration helper (#832)
Remove the unused definition of `initial_geometry_ids` from the PyMechanical script. This was missed in #820.
1 parent 432c181 commit c84cf0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ansys/acp/core/mechanical_integration_helpers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ def import_acp_mesh_from_cdb(*, mechanical: "pymechanical.Mechanical", cdb_path:
9494
mechanical.run_python_script(
9595
textwrap.dedent(
9696
f"""\
97-
initial_geometry_ids = {{obj.ObjectId for obj in Model.Geometry.Children}}
98-
9997
model_import = Model.AddGeometryImportGroup().AddModelImport()
10098
model_import.ModelImportSourceFilePath = {cdb_path_str!r}
10199
model_import.ProcessValidBlockedCDBFile = False

0 commit comments

Comments
 (0)