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.
Search
-
Re: Help with BOOLEAN_BAD_INPUT
@jensen_brightman the issue is with your toolBodies variable, specifically the qCreatedBy(id + "bool1", EntityType.BODY)component. Booleans do not create bodies, so that query is invalid. I recommend using addDebugEntities to debug your code and check that your queries are actually correct. Boolean queries - in paticular -… -
CNC Corner Joint custom feature (update of Board Corner Joint feature)

This is a custom feature for creating different types of CNC millable joints connecting two flat boards meeting at a 90 degree angle. It is an update of Aaron Hoover's "Board Corner Joint" custom feature. Get the custom feature and read its documentation here I was working on a custom stand for PowerBlock dumbbells I… -
missing top_semi at 'function' Error in initializer function arguments
my script has been checked several times, where am i wrong ? FeatureScript 2780 ; import(path:"onshape/std/common.fs", version:"2780.0"); annotation { "Feature Type Name" : "Locker Cabinet", "Feature Type Description" : "Generates the flat 1mm sheet metal parts for the 1380x520x580mm locker." } export const lockerCabinet =… -
Re: Featurescript to create plane from an edge and a direction

@Jake_Rosenfeld @NeilCooke I am nearly there! Extruding a user-defined face, up to an edge, horizontally to a vertical plane. precondition { annotation { "Name" : "Face to rotate", "Filter" : EntityType.FACE, "MaxNumberOfPicks" : 1 } definition.faceToRotate is Query; annotation { "Name" : "Edge to rotate around", "Filter"… -
Offset/move face into an object to create clearance?
https://cad.onshape.com/documents/c5d3a5d522294bcee608e9f1/w/d580b6282ac666a60b14ca6d/e/25aac14382f00c4ed1a90b3c?renderMode=0&uiState=638c2973f69e141166bc382c Trying to use a boolean subtract with an offset to cut out space for an imported object. The offset will only work if I go inwards, not outwards. You can see what I… -
Re: Sheet Metal options?
-
Re: 3D Texture
-
Fully chamfer a curve
-
Re: Cutting a pocket in a curve
When this question was asked and answered, it wasn't possible to split faces, so one had to extrude a tool to do it, like @lougallo showed in the accepted answer. However, now that we can split faces, it is possible to avoid the toolbody by using the sketh to directly split the target face. However, this poses a new… -
Re: Improvements to Onshape - January 18th, 2018
273 results



