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

Propose adding Plane.isometric to built-in planes #647

Merged
merged 3 commits into from
Jun 24, 2024

Conversation

jdegenstein
Copy link
Collaborator

Currently there are a number of built-in planes like Plane.XY, YZ, front, top, etc. I propose adding a Plane.isometric built-in plane that will (1) allow aligning objects to the viewers isometric view direction (tested against OCP CAD Viewer and CQ-editor) (2) Provide access to a less trivial plane definition that could help improve robustness of unit tests (none of the Plane.isometric axes align with the global XYZ axes). There may also be some benefits to the 2D exporters, since providing an easier-to-access isometric view direction could be helpful for e.g. "more intelligible" 2D representations of 3D objects.

@gumyr
Copy link
Owner

gumyr commented Jun 24, 2024

Looks good to me. Thanks!

@jdegenstein jdegenstein merged commit b40bcf9 into gumyr:dev Jun 24, 2024
11 checks passed
@jdegenstein jdegenstein deleted the plane.isometric branch June 25, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants