Measurement Tool #7469
franknoirot
announced in
Milestones
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Important
This is currently in planning, see discussion below.
Milestone for issue tracking: https://github.com/KittyCAD/modeling-app/milestone/11
Milestone contributors:
Most traditional CAD tools have one or more ways to inspect the geometry the user has created. Often these are called Measurement, and while not placed among the other tools in the top toolbar, they operate as a kind of tool mode.
Critically, these tools allow for measurement and analysis of geometry that the user did not create directly, but were the result of operations performed by the user. For example, clicking the wall of an extrusion the user created returns information about that face such as its area and orientation, which is not present anywhere in the code representation of the part (in which the face's construction itself is only referenced implicitly).
TODO: add demo videos of existing functionality from traditional CAD applications.
One of the reasons we may want to prioritize this feature is that it may act as a frustration minimizer for things that do not yet have a point-and-click implementation, providing information that helps the user perform calculations that the interface does not yet perform automatically on their behalf.
Engine notes
get_<some-entity>_info
endpoints.API/KCL notes
Point-and-click notes
Beta Was this translation helpful? Give feedback.
All reactions