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 5389df7 commit abc6c53Copy full SHA for abc6c53
src/ansys/geometry/core/designer/component.py
@@ -274,9 +274,7 @@ def name(self, value: str):
274
@protect_grpc
275
@check_input_types
276
@min_backend_version(25, 2, 0)
277
- def set_name(
278
- self, name: str
279
- ) -> None:
+ def set_name(self, name: str) -> None:
280
"""Set the name of the component."""
281
self._grpc_client.log.debug(f"Renaming component {self.id} from '{self.name}' to '{name}'.")
282
self._component_stub.SetName(SetObjectNameRequest(id=self._grpc_id, name=name))
0 commit comments