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 d41edfa commit f4edbccCopy full SHA for f4edbcc
src/ansys/geometry/core/designer/component.py
@@ -1888,6 +1888,10 @@ def import_named_selections(self) -> None:
1888
When a design is inserted, it becomes a component. In 26R1, the named selections of that
1889
component will be imported by default. If a file is opened that contains a component that
1890
did not have its named selections imported, this method can be used to import them.
1891
+
1892
+ Warnings
1893
+ --------
1894
+ This method is only available starting on Ansys release 26R1.
1895
"""
1896
self._component_stub.ImportGroups(ImportGroupsRequest(id=self._grpc_id))
1897
0 commit comments