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.
Caden_Armstrong PRO
Reactions
-
Re: Is there anyway to search the entire onshape codebase at once for examples
oh sweet, we're getting buttons! No more will we need to make a checkbox that auto checks itself. (View Post)4 -
Re: future script help - beginner
ChatGPT is not capable of creating a working featurescript. It only produces garbage. You'll have to learn how to write FeatureScript yourself. But Onshape has some great learning material to get you… (View Post)3 -
Multi Config - a new feature to generate all configurations
Introducing a new feature - Multi Config. This feature set allows you to generate all (or many) possible combinations of configuration parameters for a given part or part studio. For configuration va… (View Post)5 -
Re: Set a Part's Material via the REST API
I believe that there is no endpoint for setting the material, its just the update metadata endpoint. There is a non-publicly documented endpoint for getting the materials list (proceed with caution, … (View Post)1 -
Re: Check the entity type of an Id using featurescript
You can turn an entity id into a query like so: var specificEntity = { "queryType" : QueryType.TRANSIENT, "transientId" : "JHD"} as Query; and then do a filter like qEnt… (View Post)1