insert_new_task(<possible_tasks>) crashes watertight meshing session for valid task insert #2632
Closed
2 tasks done
Labels
bug
Something isn't working
🔍 Before submitting the issue
🐞 Description of the bug
load_cad_geometry
is listed as a valid task to insert inmeshing.watertight.get_possible_tasks()
however when this task is inserted the following error is created and the watertight session becomes unusable
also occurs with
import_cad_and_part_management
📝 Steps to reproduce
load_cad_geometry
is valid in the list of taskswatertight.insert_new_task('add_boundary_layer
or other task from list without error, task is updated in[child.python_name() for child in watertight.ordered_children()]
and in GUIwatertight.insert_new_task('load_cad_geometry')
orwatertight.insert_new_task('import_cad_and_part_management')
and see above error generatedwatertight = meshing.watertight()
also does not work💻 Which operating system are you using?
Linux
📀 Which ANSYS version are you using?
v242
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: