How can a Catia file be imported and displayed? Also need to import the Named Selections.
@Carl You can use open_file function to open CATIA file.
https://geometry.docs.pyansys.com/version/stable/api/ansys/geometry/core/modeler/Modeler.html#Modeler.open_file
Make sure you enable importing named selection in import options:
https://geometry.docs.pyansys.com/version/stable/api/ansys/geometry/core/misc/options/ImportOptions.html#ansys.geometry.core.misc.options.ImportOptions