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.
konstantin_shiriazdanov ✭✭✭✭✭
Reactions
-
Re: Sheet Metal Fold
looks like you are going to compete with OS devs in the sheet metal features implementation rate ;) now you just left to add unbend capability for existing bends (View Post)1 -
Re: Sheet Metal Fold
Hi, I found raius "r" which is the horizontal distance from rotation axis to the line of length "l1", so you can transform this result in terms of coordinates of the rotation axis… (View Post)1 -
Re: Using Variables and Variable Expressions
it is a unit mismatch, the variable is of length type, and you try to add unitless number. #LEDDIA+0.2*mm should work (View Post)3 -
Re: Finding 90 degree angled vertices among selected lines
As i see you need to iterate through a list of given vertices in the loop and for each vertex query its adjacent line edges and check if the number of edges is exactly 2 and if the vectors of edge li… (View Post)1 -
Re: FeatureScript: Bounding Box Sketch
whoops :o Properties include name, appearance, material, and part number (see <a href="https://cad.onshape.com/FsDoc/library.html#module-properties.fs">PropertyType</a>). They c… (View Post)1