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: How would one make these twists on twists?
I would use the 3d spiral FS.
However, are you sure you need model every strand in there? That will make your model really slow and I'm not sure what the value is…
Re: Configuration properties - Part number not showing in assembly BOM
Hi,
thank you all for the answers and suggestions the problem is on me. I forgot that I have configuration variable and the value I used in the Property configuration was not default and I inserted instances with default values. When I changed conf. var to the right value everything played as it suppose to.
The good thing of my mishap is the response of the Mr. Pascoe where I learned of a very nice Feature Script, thank you for this.
Best regards,
Nenad
Re: Sketch on Mate Connector
Do you need the MC in the final feature? You could just apply the transform to upperMC cSys, then use plane(cSys).
Otherwise, try:
var newSketchMC = evMateConnector(context, { "mateConnector" : qCreatedBy(id + "mateConnector1", EntityType.BODY) }); const sketchUpperID = id + "upperBore"; const upperBore = newSketchOnPlane(context, id + "sketch1", { "sketchPlane" : plane(newSketchMC) });
Flattening a loft surface
https://cad.onshape.com/documents/3802d6ef9725ce6f8d67f83a/w/c3076b2caa69d75323d9ef22/e/0cef65930fd5c5fa8b5526cf
Basically what I want to achieve is to make plans for sawing parts from flat plywood sheets so that they can be curved into the shapes of the model in the link above.
As far as I have understood from other posts on this forum, there is no functionality in onshape to flatten parts that are curved in 3 dimensions.
Is there any plans to add "unfolding" for these types of surfaces to onshape in the future?
Does anyone have a process to do this using some other tool (I'm thinking exporting a part from onshape, flattening it and import the flattened part back to onshape)?
Perhaps there is some math trick to calculate an approximation of the flat shape from the curved part?
Thanks!
Re: Camera placement in a specific point inside the model
There's no direct function to do this in regular Onshape. You can use perspective mode and move around to get somewhat where you want to be. If you have RenderStudio (Pro or Enterprise) then you can control camera location.

How to align and/or center parts ?
Just simple things, like, lets say I have two rectangles, of different sizes, but I want to center them with each other on a certain direction.
Like align them side by side, centered. Or maybe one above the other, but centered.
I guess same goes with, what if I wanted one above the other, but aligned with each other on their left sides, instead of centered?
I see the Mate tool mentioned, but I cant seem to figure out how to use that at all.
Besides, the two P want to align, I may not want actually touching each other, I just need them aligned.
Re: ThreadLab - Internal/External Modeled/Cosmetic Threads with External Thread Callouts
This is my biggest misgiving with using community featurescripts for commercial work. Sure it's nice that something exists, but reliability is essential for commercial applications and I'd really rather Onshape provide the tools I need to do my work, rather than tools I can use to make the tools I need to do my work, particularly for basics like threads.
Onshape really needs to provide the functionality themselves so it comes with the assurance of stability and bug fixes - particularly as other updates are rolled out regularly to onshape.
Re: Improvements to Onshape - November 1st, 2024
Thanks for the updates, but still waiting for the most important ones - performance! (especially in assemblies when coooperate with the team on one assembly). In this moment it is hard to work on bigger assemblies in Onshape
Re: Datetimes in FeatureScript?
I'm pretty sure there's a deliberate avoidance of any functionality that could make a part regenerate differently with the exact same inputs, so I don't expect you'll ever have this as a live thing, but I could imagine it as a "click to update" kind of situation. Best I've got for now is to make a variable feature with a string of the date and update that manually. It would at least populate to all of the places it's used in that model. There is likely also a way to do it via the API, but I don't know enough about that.
Re: How can I fill this gap between a part and surface?
Of course! Thank you! I had tried that path and had only selected a few of the faces to test as there's so many, and it didn't work — I didn't realize I had to select all the faces.