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: Tips and tricks 2018
when you design a flat leverage mechanism that have to take certain positions, it is usefull to draw a layout sketch with the both start and end positions, set the equality constrain on corresponding… (View Post)2 -
Re: Why are my variables not working when set for feature driven pattern
I would even request an option of feature pattern to not to drop external sketch references (View Post)1 -
Re: Is it possible to intersect path and plane without using opPlane and deleteBodies
hi, try this numeric function, it should work ok for single intersection case function pathPlaneIntersection(path is Path, plane is Plane) returns Vector { var distance = 1*meter; L = evPathLength(co… (View Post)1 -
Re: Extrude a plate to a component
union-extrude creates a body with zero thickness along the bottom edge, don't know what you going to archive but the rectangle need to overlap surrounding geometry (View Post)1 -
Re: How to find all intersections points of an edge chain with a plane
if the assumption is that each edge of the loop has the one or less intersections with each plane as it is on your picture than you can evaluateQuery() of bounding edges and use evDistance in the loo… (View Post)1