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 b76d58b commit 4631b58Copy full SHA for 4631b58
src/ansys/geometry/core/_grpc/_services/v1/beams.py
@@ -233,4 +233,4 @@ def create_beam_circular_profile(self, **kwargs) -> dict: # noqa: D10
233
# Return the response - formatted as a dictionary
234
# Note: response.ids is a repeated field, we return the first one
235
created_beam_entity = response.ids[0]
236
- return {"id": created_beam_entity}
+ return {"id": created_beam_entity.id}
0 commit comments