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

toZMax(CSG foo) et al polarity when passed a CSG is swapped #423

Open
JansenSmith opened this issue Sep 7, 2024 · 1 comment
Open

toZMax(CSG foo) et al polarity when passed a CSG is swapped #423

JansenSmith opened this issue Sep 7, 2024 · 1 comment
Assignees
Labels

Comments

@JansenSmith
Copy link
Member

image
this bar on bottom-right should be in the middle of the top-left tabs

CSG clamp_hard_stop = new Cube(3, cclamp.totalY, cclamp.totalZ).toCSG()
.toYMax(cclamp).toZMax(cclamp)
@JansenSmith JansenSmith added the bug label Sep 7, 2024
@JansenSmith JansenSmith self-assigned this Sep 7, 2024
@JansenSmith
Copy link
Member Author

desired functionality:

image

implementation:

CSG clamp_hard_stop = new Cube(3, cclamp.totalY, cclamp.totalZ).toCSG()
								.toZMax()
								.movez(cclamp.maxZ)
								.toYMax()
								.movey(cclamp.maxY)

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