Which SDK and Platform version are you using?
SDK: v13.0.0
Current Behavior
The function point_on_bounded line from viktor.geometry is not working in 3D space. Similar to: Intersection of lines in 3D space
See screenshot for some cases. This is not documented at all.
ā¦
Expected Behavior
At very least explain in the docs that this is 2D (z=0) only and raise a ValueError when non z=0 values are used as input.
ā¦