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: Custom Feature: Cable/Wire Routing
Changelog for release 1.197.1
⭐ Added wire color to wire data table
⭐ Added 4/0, 3/0 and 2/0 nomenclature to AWG size in the Wire data CSV parsing function
Re: Imported an STL part but cannot design on it
create a plane with 3 point method. Sketch on the plane
MDesign
Re: Multi-Part Part Studios no correct answer
Hi all,
There is the link to the doc https://cad.onshape.com/documents/566594ae9320ff8568f26a47/w/5d18b9dd7e3a85bf4559f4db/e/a6d66a8eeea55b13fd23ec46?renderMode=0&uiState=68131b72e7ee437bac11edd9
(By the way, I just wanted to point out, that the exercise could have wrong answers.)
Fix text bug with unicode symbols like "✱" or "⬣"
Strangely, the text preview for these works fine, but when placed in a sketch, they no longer show up, instead just being rendered as boxes:
I mean, it ""should"" work, as Noto Sans definitely has these characters, but it seems they just can't be converted to sketch elements?
Re: FeatureScript versions
The versions that you can use are the names of the versions in the standard library. The imports of standard library items are then done with
import(path : "onshape/std/box.fs", version : "2641.0");, where box.fs is replaced with the name of the tab in the standard library and the version matches. Non-standard-library imports can be done with the import button at the top. They import with various 24-character ids.
https://cad.onshape.com/documents/12312312345abcabcabcdeff
Note that the main FeatureScript 1234; at the top is actually a language version. Generally it should match the current version of the standard library (A quick way to find out is to use FeatureScript 9999 and then inspect the parser error, which gives you a maximum version).
For example, this is what the start of onshape/std/debug.fs looks like:
Re: How can I resize a large number of sketch entities without changing their location?
Here is a sample of linear pattern within linear patter using configurations. You can add more detail for hole spacing and calculated lengths and widths to suite your logic and needs.
Re: How do I model a shape where the bottom face differs from the top?
The hand drawn sketch looks to be inaccurate.
MDesign
Re: Multi-Part Part Studios no correct answer
It's not the end of the world :) The important thing is you have practiced the methods and learned how the software works a little more. If you select the wrong one it tells you the correct answer. :)








