I would like to create a single solid object in PyAnsys Geometry by smoothly connecting (blending) faces that have slightly different shapes.
In SpaceClaim, I typically achieve this by connecting the vertices of the faces with lines and using them as guides (guide curves) for the blend operation to create a solid object. Is it possible to perform this specific operation using PyAnsys Geometry?
Is my only option to execute a SpaceClaim script using run_discovery_script_file?
If so, is it possible to target and manipulate objects that already exist within an .scdox file? In other words, can I run the script (the blend process) via run_discovery_script_file to modify or append to the existing .scdox file?