File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/ansys/geometry/core/tools Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ def fix(self) -> RepairToolMessage:
194194 response .result .created_bodies_monikers ,
195195 response .result .modified_bodies_monikers ,
196196 )
197- #parent_design.update_from_tracker(response.result.complete_command_response)
197+ # parent_design.update_from_tracker(response.result.complete_command_response)
198198 return message
199199
200200
@@ -520,7 +520,7 @@ def fix(self) -> RepairToolMessage:
520520 response = self ._repair_stub .FixStitchFaces (
521521 FixStitchFacesRequest (stitch_face_problem_area_id = self ._grpc_id )
522522 )
523- #parent_design._update_design_inplace()
523+ # parent_design._update_design_inplace()
524524 message = RepairToolMessage (
525525 response .result .success ,
526526 response .result .created_bodies_monikers ,
@@ -570,7 +570,7 @@ def fix(self) -> RepairToolMessage:
570570 response = self ._repair_stub .FixAdjustSimplify (
571571 FixAdjustSimplifyRequest (adjust_simplify_problem_area_id = self ._grpc_id )
572572 )
573- #parent_design._update_design_inplace()
573+ # parent_design._update_design_inplace()
574574 message = RepairToolMessage (
575575 response .result .success ,
576576 response .result .created_bodies_monikers ,
You can’t perform that action at this time.
0 commit comments