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

Dynamically set the workplane based off existing geometry #13

Closed
theoryshaw opened this issue Feb 13, 2022 · 7 comments
Closed

Dynamically set the workplane based off existing geometry #13

theoryshaw opened this issue Feb 13, 2022 · 7 comments

Comments

@theoryshaw
Copy link

Motivation / Existing Problem
Currently no way to create a non-orthogonal workplane

Description
Pick a rotated workplane based off existing geometry

Alternative Solutions
When creating a new sketch, or perhaps even when you edit an existing one, you can dynamically set the workplane based off existing geometry

2022-02-13_12-32-18

@hlorus
Copy link
Owner

hlorus commented Feb 13, 2022

I agree that would be nice, the difficulty is that the workplane would have to reference existing (mesh) geometry and update when it's changed. I haven't yet looked into such references though...

Not quite sure what's ment with "no way to create a non-orthogonal workplane"? You can create workplanes at any point in any direction with the workplane tool.

@theoryshaw
Copy link
Author

Cool. using image how do you rotate it to specific dimensions in space? Can you rotate it after the fact, once it's placed?

@theoryshaw
Copy link
Author

I agree that would be nice, the difficulty is that the workplane would have to reference existing (mesh) geometry and update when it's changed.

updating when changed, could be a future roadmap. Maybe at first it's not dynamically tied--you're just using the existing geometry to set it.

@hlorus
Copy link
Owner

hlorus commented Feb 13, 2022

Cool. using image how do you rotate it to specific dimensions in space? Can you rotate it after the fact, once it's placed?

You can enter exact angles from the redo panel.

@hlorus
Copy link
Owner

hlorus commented Feb 13, 2022

I agree that would be nice, the difficulty is that the workplane would have to reference existing (mesh) geometry and update when it's changed.

updating when changed, could be a future roadmap. Maybe at first it's not dynamically tied--you're just using the existing geometry to set it.

Yeah i thought about that, might make sense..

@theoryshaw
Copy link
Author

Thanks @hlorus for sharing the following GIF. I uploaded it here, for Passerbys...
workplane_tool

@hlorus
Copy link
Owner

hlorus commented Jan 23, 2023

This functionality is already implemented. Having workplanes move with the mesh they're placed on is tracked in #10.

@hlorus hlorus closed this as completed Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants