Skip to content
New issue

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

Chamfered Cube Refuses to Make 0 Width Edge #37

Open
JansenSmith opened this issue Apr 15, 2023 · 0 comments
Open

Chamfered Cube Refuses to Make 0 Width Edge #37

JansenSmith opened this issue Apr 15, 2023 · 0 comments
Assignees
Labels

Comments

@JansenSmith
Copy link

Both of these commits should work:
JansenSmith/ChamferedParts_JansenSmith@385da70
JansenSmith/ChamferedParts_JansenSmith@d3cea8a

Second commit instead does:

script error
java.lang.Exception: java.lang.NumberFormatException: Z can not be negative
	at com.neuronrobotics.bowlerstudio.scripting.ScriptingFileWidget$2.run(ScriptingFileWidget.java:337)
Caused by: java.lang.NumberFormatException: Z can not be negative
	at eu.mihosoft.vrl.v3d.Cube.toPolygons(Cube.java:127)
	at eu.mihosoft.vrl.v3d.Primitive.toCSG(Primitive.java:64)
	at eu.mihosoft.vrl.v3d.ChamferedCube.toPolygons(ChamferedCube.java:38)
	at eu.mihosoft.vrl.v3d.Primitive.toCSG(Primitive.java:64)
	at eu.mihosoft.vrl.v3d.ItoCSG$toCSG.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
@JansenSmith JansenSmith self-assigned this Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant