Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Best Of
Re: Deform (New Custom Feature!) 🆕
will probable add some of your features @Konst_Sh to the example repo for it and have it optimise. I should have done that from the start but this was supposed to only be a proof of concept; then;it actually worked lol.
Re: ray
Thank you everyone for your help and suggestions.
I also appreciate the plugin/shared feature mentioned by MichaelPascoe. While it didn’t seem very effective for my specific use case, it still looks like it could be useful in certain situations.
I’m not fully familiar with how it works yet, so a short tutorial or demonstration video would be extremely helpful to better understand its capabilities and limitations.
Thanks again to everyone for your time and support!
Re: ray
A big thank you to MichaelPascoe for taking the time to create and share the video.
It really helped me understand how the feature works, and seeing it in action made things much clearer. I truly appreciate the effort and support!
Thanks again!
Re: Deform (New Custom Feature!) 🆕
So regarding hight curvature region sampling I might have some aproach used in curve transform features - vary point sampling density based on accumulated curvature function. For curve it would look like first take a number of evenly spaced curve parameters and corresponding curvatures, create a somehow a function that interpolates from accumulated sum of curvatures up to specific parameter to that parameter. That function has a property that given evenly spaced range of points on curvature axis it will map them into into unevenly spaced curve parameter points with the more dense regions where the curvature is higher. For the 2d case of face sampling this will likely require 2d interpolation dependency
Konst_Sh
Re: Deform (New Custom Feature!) 🆕
Thank you for the video, it was really helpful.
Seeing how it works in practice made things much clearer, especially in understanding the overall workflow. I appreciate the effort you put into it!
Re: Adding FeatureScript Syntax Support to VSCode
I put your comment into Codex verbatim
It came back with a plan and I approved and it just did it.
See GitHub for the latest 0.1.6 release.
S1mon
Re: Custom Feature: Amalgam Tag and Amalgamate
BTW I LOVE ALMAGAMATE! I use it for a bunch of snap features, logos, dowels, magnets, nail holes, even did one for a dovetail/sliding dovetail scarf joint! It is such an awesome feature! It is awesome that with a little code, you can even make most feature "auto size" so you don't need to fiddle around with a bunch of parameters. So cool!
Re: PLEASE explain "externally disambiguated" / "transient" / "robust" / "tracked" / "unstable" ID's etc
Interesting part is what the actual process of "historical" query resolution is. It looks like the id hierarchy represents some sequence of trees and every tree node can be queried by its path - the sequence of id components, where the first component is always a feature id root, guaranted to be unique within part studio scope. Then if id component is set unstable the lookup will match it regardless, and if external disambiguation is set for it then the identity will be derived from the associated query. Can't be sure if that is a full picture, or even correct one, but it resonates with my common sense and answers to not just "what" but also "how"
Konst_Sh










