Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs committed Sep 27, 2023
1 parent 404bfae commit dc9afea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/python_api/scripted_elements_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,6 @@ If you specify `radius1` > `radius2` in the creation parameters, [`point1`; `rad
```{code-block} Python
result = Reference
# This does not work!
result = { 'point': gom.Vec3d, 'radius': float, 'direction': gom.Vec3d, 'inner' : bool }
```

:::{caution}
**Workaround:** set the result to
```{code-block} Python
result = {'default' : {'point': gom.Vec3d, 'radius': float, 'direction': gom.Vec3d, 'inner' : bool} }
```
% :::
Expand Down

0 comments on commit dc9afea

Please sign in to comment.