We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug ZeroDivisionError: float division from cone_2p when apex has smaller z than base.
To Reproduce
A simplified Python script which triggers the error. base_test=[ 6.275 , 13.8 , 3.07673913] apex_test=[ 6.275 , 13.8 , 2.77673913] from ezdxf.render import forms cone = forms.cone_2p(16, 0.1, base_test, apex_test)
Information about the ezdxf version and the OS. ezdxf 1.0.0, render.py updated to last commit (Dec. 26). MacOS 12.6.2.
If a 3rd party DXF file causes the error, add a simplified and zipped DXF file which still triggers the error. N.A.
Expected behavior Generation of a cone pointing downwards in WCS.
Screenshots N.A.
The text was updated successfully, but these errors were encountered:
8b1e134
No branches or pull requests
Describe the bug
ZeroDivisionError: float division from cone_2p when apex has smaller z than base.
To Reproduce
A simplified Python script which triggers the error.
base_test=[ 6.275 , 13.8 , 3.07673913]
apex_test=[ 6.275 , 13.8 , 2.77673913]
from ezdxf.render import forms
cone = forms.cone_2p(16, 0.1, base_test, apex_test)
Information about the ezdxf version and the OS.
ezdxf 1.0.0, render.py updated to last commit (Dec. 26). MacOS 12.6.2.
If a 3rd party DXF file causes the error, add a simplified and zipped
DXF file which still triggers the error.
N.A.
Expected behavior
Generation of a cone pointing downwards in WCS.
Screenshots
N.A.
The text was updated successfully, but these errors were encountered: