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: How to find intersection points for some entity types in FS
The universal instrument for this is evDistance() function. It returns not only distance itself but also closest points coordinates and face or edge parametes (View Post)1 -
Re: OnShape Rescales Entire Sketch When One Dimension is Added
You can disable scaling in case when the first dimension is added to external geometry (maybe with some exceptions like origin and main planes) (View Post)1 -
Re: Plane tangent and normal to surface?
You can borrow this function:/** * Returns normally oriented (by z axis) coord system in the closest point of reference surface. */ export function evRefCoordSys(context is Context, line is Line, ref… (View Post)1 -
Re: How to do it?
something like this:https://cad.onshape.com/documents/0cebf8e996bef572dab50077/w/1abca4baef2f283fdb1917c0/e/011ad1527ca59825de7ccc90 (View Post)1 -
opLoft errors
I'm making feature which generates a number of cross sections, obtained from surface intersections, they are then appended to the list and passed to the opLoft. And I keep getting 2 types of errors i… (View Post)1