Offset constraints not updating properly

Hello!

I am trying to design an object that slide over another one with a low tolerance.

For this, I took the face of the initial object, projected it onto a new plane and then offset it by the desired amount.

Now comes the issue: When adjusting the initial objects size, whose projected face I used to create the offset, the offset does not update!

Before changing the size of the object:

After changing the size of the object:

Does anyone have an idea on how to sort out this issue?

Kind regards

1 Like

Additional information:

The angle of the arc on the left and right change with adjustments to the size of the base due to the nature of the model. They came to be due to a Loft being used from a circle to a sloped rectangle (Recangle using curvature of the same circle on 2 ends, I’m not sure how to describe it otherwise).

Could this be the root of the problem?

User face offset to achieve your goal.

Hello, I don’t think I quite understand how that would solve this case.

Could you elaborate?

Cheers!

Update:

I tried the same process, this time using a fixed straight line on the sides.

With this, the offset-constraints work flawlessly.

Sure. Here is a video.

1 Like

Hello @Xdrakosha ,

I figured it out now (a second before you sent the videom but its really helpful regardless!), thanks!

Cheers!

1 Like

You could have also used the original sketch added the offset and extruded the female part, instead of utilizing projected sketch.

1 Like

If original sketch has splines problem won’t go away.

I think it was started with Circle/ARC but Loft converted that to Splines based the second screenshot above.

But if the sketch was started as Splines, it looks simple enough it should be converted to ARC if you need that adjustability. But again if you loft ARC and project it will be converted to Spline again.

Why Shapr3d didn’t include SPLINE for Offset Constraint? :man_shrugging: Mindboogling.

Before they introduce offset constraint you alway could use distance constraint to achieve the same result. I believe they just use distance constraint for new offset constraint under the hood. But where is no distance constraint for splines. So offset don’t have it too.