Hi Peticel,
> > There are just a couple of surfaces in your object that have have been trimmed by the
> > boolean where the underlying surface's control points are a little bit larger than the active trim boundary -
> how can I fix this? I tried unjoining all surfaces and running ShrinkTrimmedSrf but nothing happens. Thanks!
Well it's not an error, so it's not something that you would normally need to do anything about.
Why are you concerned about it?
In order to avoid it you would need to construct surfaces in a very restricted way so that the surface's control point layout is aligned to the cut.
But doing that would be difficult and not gain anything, it's just a normal part of how CAD models work that you can have a underlying surface that is larger than the trim boundary.
Basically you have a surface like this:
If you then trim off an area with a trim curve not aligned to the surface's UV grid directions like this:
That will result in a trim curve like this where the surface can't be shrunken down any further in the surface's own UV direction:
It's just a normal thing to have this.
To fix it you would have to make all untrimmed surfaces without any arbitrary trim boundaries. That would be a big limit and make model construction a lot more difficult for no gain.
Like for this case shown above you would need to model it like this so that the surface's control point structure goes along the trim boundary:
But don't do that, the lighter surface that doesn't shrink down completely is better quality geometery.
> I'm having one more issue with the export. Some parts are 12mm thick (same issue with 24mm)
> and the back side lines can be seen through the geometry (they are not hidden lines). Is the
> any .ini tweak that can fix this?
That's a display glitch called "bleed through", you can find some more info here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=4987.2
When it happens in the viewport it's just something to ignore. But it's a lot less likely to happen in PDF export, can you post or e-mail me (
moi@moi3d.com) the 3dm model where you are getting it in the generated PDF?
Some things that I would check if I had the file to examine - are the objects solids? Are there any additional construction curves still hanging around? What is the "Canvas megapixel resolution" value set to? Try increasing that value to 50 or 60 if it's lower than that.
- Michael