We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c376bb commit 99f00f3Copy full SHA for 99f00f3
src/ansys/geometry/core/designer/design.py
@@ -1287,7 +1287,7 @@ def update_from_tracker(self, tracker_response):
1287
"""
1288
print("Updating design using the tracker...")
1289
1290
- def update_component(component, component_info):
+
1291
1292
# Function to update a body if it exists
1293
def update_body(existing_body, body_info):
@@ -1333,7 +1333,7 @@ def find_and_update_body(body_info, component):
1333
# Function to find and remove bodies within components recursively
1334
1335
def find_and_remove_body(body_info, component):
1336
- if component =[]:
+ if component ==[]:
1337
return False
1338
for body in component.bodies:
1339
if body.id == body_info.id:
0 commit comments