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.
Point concentric on another layer OR extrude in two directions?
gary_boone
Member Posts: 3 ✭
Here's my setup: 1) make a shape on a sketch (A). 2) Extrude it up. 3) Make another sketch (B) on top of the extruded shape. 4) Extrude that shape up.
Question: How do I make a hole through both shapes that is concentric on a point in sketch B?
The problem is that the point in sketch B is between the two shapes. If I make a hole concentric on a point in B, it can either go up through the top shape or down through the bottom shape. But not both.
I thought I could just make a point on the lower sketch A that is concentric on the point in sketch B, then make the hole go up from there through both layers. But I can't seem to figure out how to make such a point. Other forum messages show that points can be constrained by points on other layers. I can select both points, but that's when showing the 3D tools, not the sketch tools with the concentric constraint. If instead I select the sketch layer, I'm in one sketch and can't select the other point. Perhaps someone can suggest the exact steps or a better way to achieve the desired result.
Tagged:
0
Comments
That mis-characterisation might be part of your problem, because layers (in the CAD packages which use them) are not time dependent. They exist "outside of time".
Sketches, OTOH, are time dependent. In fact, everything in the feature list is. This means that you can only create relations to items further up the list, or in other words, earlier in time. Parents are always above children, chronologically.
It follows from this that you cannot create a relation in sketch (A) to a point in sketch (B) further down the feature list, because sketch B does not exist when you are creating (and hence, when in future you are editing) sketch A
Thanks, Andrew, for the insight!