
Tue, 06/06/2023 - 19:40
Forums:
I have a NURBS face shown in pink. I want to trim the surface, similar to with Geom_RectangularTrimmedSurface, but with distance as opposed to u,v parameter to achieve the draw face shown in green.
I know this is a tricky problem because the distance trimmed by the u,v parameters may not be uniform along each edge, but if necessary I can approximate that it is.
Any ideas would be greatly appreciated. Thanks!
Wed, 06/07/2023 - 00:19
I think you need to make inside offset of the bounds and restrict the surface by them.
Wed, 06/07/2023 - 16:30
Here is a trick that I have been using for years, with varying success:
Thicken your pink, input surface to a solid. The offset value doesn't matter, just make solid.
Offset just the perimeter faces of that solid by the desired distance. Negative value in your case.
Extract the smaller face copy from the result solid.
good luck.
Fri, 06/09/2023 - 16:29
May I ask how you offset only a subset of a solid. I am trying it using
but without success. Thanks, Matthias.
Sat, 06/10/2023 - 18:27
That trick doesn't always work, so you might not be doing anything wrong and it still fails. anyway here is how I am doing it in cadseer
Mon, 06/12/2023 - 09:07
Thanks Thomas!
I set to zero after initialization, which obviously does not work.
I can confirm your experience that some configurations do work and others do not.