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: 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 -
Re: fs.place - a marketplace for FeatureScript
@Ste_Wilson We'll look into it (this is why we're in beta). The intent was that paid listings need a public and non-public URL. Until its fixed I think you can just have one tab as the demo and a dif… (View Post)1 -
fs.place - a marketplace for FeatureScript
Introducing fs.place - a marketplace for FeatureScripts and Onshape designs! fs.place allows users to easily search and purchase high quality Features. All listings are required to include a descript… (View Post)8 -
Re: Need help to get the metadata of the edges where fillet is applied (Onshape API and Featurescript)
You can do the evaluate featurescript endpoint with rollbackBarIndex provided, just specify a point in the feature tree where those edges still exist. (View Post)1