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
New Feature: Tween Curve (WIP)
This is a bit of work in progress at the moment but it's semi functional and I need to work on other tools that this tool is the backbone of. Posting now for public comment. Introducing Tween Curve
Simply select input curve A and input curve B and input a tween value between 0 and 1 and this tool outputs an approximate medial curve AB that is that percentage morphed between the two inputs.
Currently it's limited to single edges for each of the inputs because I'm still working out how to make piecewise segments work for continuous path geometry. This tool by itself is already useful for some workflows but the larger goal is to use this feature as a starting point for other features I've got planned like a frame unrolling script that can unfold frame geometry with a k factor specified by the tween, or other shape deformation scripts that I've got in the works.
Re: Fillet or Face Blend on Icosahedron
@l_m724 This is a challenging shape.
Fillet can struggle with intersections of a lot of edges. I was able to get it to fillet, though I'm not 100% happy with some of the artifacts (like the wavy surface break where the spout meets the body). To get this where I'd like it I think I'd end up doing a lot with surfacing tools and it would be a pretty different approach. Here's this one anyway. I was able to shorten the feature tree considerably. A few other notable things I did:
- For starters there's a Polyhedron custom feature already, which will save you making the icosahedron yourself. ( @_anton your WIP looks awesome too!)
- I used my custom feature Selection Fillet to batch some of the selections, but for that reason, I wanted to fillet before the Shell feature, but also not bother shelling with the fillets, so I made my own "shell core" using another method, which I later subtracted. You could also just use the native Fillet feature.
- Keeping some bodies separate to fillet first and boolean them together later can be a helpful strategy sometimes.
- I used a variable called #radius so that I only need to change it one place if I want to update the fillet radius. In your model, you had 40 fillet features, so this would be even more valuable if you're doing it that way.
Feel free to ask questions.
Re: Looking for freelance CAD help – sheet metal experience preferred
Hey Martin, our designers have deep experience at highly reasonable prices. All North America-based. Feel free to reach me at keith@cadsharp.com to discuss further. In particular, please share your location, anticipated project length and hours per week, and other relevant skills needed.
Here's more about our Onshape mechanical design services.
Re: Create surface from perpendicular sketches? (making 3D printed mask)
@MichaelPascoe That's 90% the plan, with one clarification. I'm planning to operate on the control points and knots of the surfaces directly instead of attempting to work with the UV curves. Takes out two layers of abstraction and should leave me with just a bunch of coordinate transformations.
That's why curve tween is step 1. I need to build my neutral axis and parameterize the control point locations to "tweenspace" so that I can do that operation in reverse after an edit curve step.
Re: Create surface from perpendicular sketches? (making 3D printed mask)
That's a lot of comments, a whole lot to take in and read about! I've only switched from Tinkercad to Onshape a month ago for IGCSE, jeez!
Here's some progress, because I'm sure people are wondering.
Drape Surface for the WIN, jaw is next, thank you all very much. There will most likely be more to come.
Re: Creating a point on line intersect on sketch plane is not working.
Try using a Pierce constraint between a sketched point and the line from the previous sketch (i.e. don't "use" it)
I've highlighted this in the constraint manager:
Re: Adding part to assembly via API
It would help to know the body you are using for your request. Your body is probably the problem.
I know you can do it with just:
documentId
versionId
elementId
isWholePartStudio=false
isAssembly=true
configuration={config if applicable}
You might be adding extra parameters that you don't need to add. The API can be a bit fussy if you include unnecessary parameters
Re: How to change which side partial fillet offset offsets from?
I think an easier way is to use an "Entity" as the Partial fillet end type. This entity can be a plane or Mate connector or others. In the case below I created a Mate connector offset from the end I wanted to measure from:














