-
Notifications
You must be signed in to change notification settings - Fork 137
add only() to editor #334
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
add only() to editor #334
Conversation
@@ -13,6 +13,7 @@ | |||
// limitations under the License. | |||
|
|||
declare function show(manifold: Manifold): Manifold; | |||
declare function only(manifold: Manifold): Manifold; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we put the documentation for show
and only
here as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call, done.
Btw, wondering what would happen if there are multiple |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #334 +/- ##
=========================================
Coverage ? 91.50%
=========================================
Files ? 32
Lines ? 3730
Branches ? 0
=========================================
Hits ? 3413
Misses ? 317
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
It'll include each |
* added only() to editor * added docs
Follow-on to #330 - now we have OpenSCAD
#
functionality withshow()
and*
functionality withonly()
. Ghosting out the final output gives nice context to the object shown withonly()
.