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: Can't figure out how to make a tapered symmetrical open donut
loft with path and a couple profiles

Re: why is this hole going the wrong way?
I mentioned this in your other thread. it depends on the sketch in which you are referencing.

Re: why is this hole going the wrong way?
If you use a sketch point, the hole will always be normal to the sketch plane...
You can select a mate connector on that line in the sketch instead and the hole will be a long the mate connector Z axis
Re: How do I create a quarter-round edge cutout (cove), rather than a quarter-round edge (fillet)?
Same technique for something like an ogee bit or a raised panel bit. The “round over” bit is the only one usually built into a cad system.
Re: Moving (re-locationg) a complete title block.
The title block is unlocked. A

Re: Is it possible to set a minimum & maximum value for a sketch dimension ?
To be fair, that's exactly what those functions do in every other programming language in existence. max returns the maximum value among its arguments, and min returns the minimum value.
Re: Trying to extrude text but can't filter out inner loops.
skText(...); skSolve(...); const sketchRegions is Query = makeRobustQuery(context, qSketchRegion(sketchId, true)); opTransform(...); opExtrude(... { "entities" : sketchRegions, ... });

How to export decal images?
I have a model with decal images applied to faces and I'd like to export it to COLLADA format (.dae), however the decal images are not included in the output. What can be done? Thanks!