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: This isn't letting me fillet this .5 inches
Hi Carlos. Welcome to the forum. First, check the Forum Post Checklist for how to maximize your chances of answering your question. Second, I can't be sure what I'm looking at without a link to your model, but in this case I think the fillet is likely geometrically impossible, and that's why you're getting an error. The first picture works because you're filleting 2 simple 90deg corners. The second picture includes some sharp edges and a small radius. You can't add a radius any larger than the one that is already there. Hope that helps.

5
Re: Spline constraints
Hi @Edward_12
In a sketch, you can constrain a spline handle using dimensions or constraints (between the endpoint of the spline and the endpoint of the handle).

There are no handles on spline points at this time (please raise an improvement request). Mathematically a spline with handles on inner points is actually two splines end to end, so you can do the same thing in Onshape, it's just not as quick.

Hope that helps.
In a sketch, you can constrain a spline handle using dimensions or constraints (between the endpoint of the spline and the endpoint of the handle).

There are no handles on spline points at this time (please raise an improvement request). Mathematically a spline with handles on inner points is actually two splines end to end, so you can do the same thing in Onshape, it's just not as quick.

Hope that helps.

13
Re: Excel spreadsheet
No, there is no way to connect a spreadsheet to a drawing.
Link tab just lets you keep your google doc in an Onshape tab so it is easy to find/edit.
You will need to copy the information out of the spreadsheet and paste into a table in drawings.
Link tab just lets you keep your google doc in an Onshape tab so it is easy to find/edit.
You will need to copy the information out of the spreadsheet and paste into a table in drawings.
Re: Given a mate connector how do you find the owner body for it?
qAdjacent and qOwnerBody don't work because the mate connector is actually its own body, with BodyType.MATE_CONNECTOR.
One option is to loop through every part, and check if (evaluateQuery(qIntersection(myConnector, qMateConnectorsOfParts(part))) == []).
However, it's worth noting that mate connectors created live in the feature dialog (by selecting position that's not a previously-created mate connector feature) do NOT have owner parts. Those mate connectors will disappear when the feature dialog closes and will not be inserted with the part into an assembly.
So for this case I would actually suggest adding a separate "Part" field to specify the part. If you'd like, you can add an editing logic function which auto-populates that field with something like qClosestTo(qAllModifiableSolids(), evMateConnector(...).origin) when a mate connector is selected, but still lets the user override that if another part is needed.
One option is to loop through every part, and check if (evaluateQuery(qIntersection(myConnector, qMateConnectorsOfParts(part))) == []).
However, it's worth noting that mate connectors created live in the feature dialog (by selecting position that's not a previously-created mate connector feature) do NOT have owner parts. Those mate connectors will disappear when the feature dialog closes and will not be inserted with the part into an assembly.
So for this case I would actually suggest adding a separate "Part" field to specify the part. If you'd like, you can add an editing logic function which auto-populates that field with something like qClosestTo(qAllModifiableSolids(), evMateConnector(...).origin) when a mate connector is selected, but still lets the user override that if another part is needed.
Re: Feature script is it possible to cut and paste code between two scripts in the same work space.
You can use the shortcut ctrl-c (cmd-c on mac) to copy code, and then use ctrl-v (cmd-v on mac) to paste it.
Re: Upvoting improvement request
The advantage of it being in the forums is that everybody sees it and adds their vote if they like the idea.
Re: Problem with extrude
Thicken should do it, or you can create a Plane over the part, sketch the profile and extrude up to face.
Re: Problem with fillet
You have added the fillet to the blue surface - hide it first from the Part List (bottom left).
Re: Impossibility hidden connector / impossibilité de caché un connecteur
Do they belong to the feature "Transform 1"? Shift P to hide.