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: Filter assemblies for parts without materials assigned
What about adding "Material" as a column in the BOM? (View Post)3 -
Re: FeatureScript UIHint.READ_ONLY
This is how you would setup a read only property annotation { "Name" : "My Length", "UIHint":UIHint.READ_ONLY } isLength(definition.myLength, LENGTH_BOUNDS); But, setti… (View Post)1 -
Re: fs.place - a marketplace for FeatureScript
Great ideas, we'll put them in the todo list of improvements. Our current priority is to just get the marketplace full of great features. (View Post)2 -
Re: Mate Connector Z direction
You are setting your plane to only be perpendicular to the Z axis, but your plane needs to be such that the X axis is also set. plane(origin,zaxis,xaxis) will ensure that the plane is in a predictabl… (View Post)1 -
Re: Multi Config - a new feature to generate all configurations
My app Renaissance is able to export all configurations in one go, which is part of the reason why I thought configurations were more of an API thing. I think one of the values of this is to quickly … (View Post)2