Skip to content

Commit f4edbcc

Browse files
jonahrbRobPasMue
andauthored
Update src/ansys/geometry/core/designer/component.py
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
1 parent d41edfa commit f4edbcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ansys/geometry/core/designer/component.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,6 +1888,10 @@ def import_named_selections(self) -> None:
18881888
When a design is inserted, it becomes a component. In 26R1, the named selections of that
18891889
component will be imported by default. If a file is opened that contains a component that
18901890
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.
18911895
"""
18921896
self._component_stub.ImportGroups(ImportGroupsRequest(id=self._grpc_id))
18931897

0 commit comments

Comments
 (0)