Face Orientation and Converting 'Joined srf' to Solid in MoI

 From:  Michael Gibson
11162.3 In reply to 11162.2 
Hi marzRX, yes if you form your object as a closed solid then it will automatically orient the normals towards the outside of the solid.

Usually it is easiest to cut a solid using boolean difference with another solid as the cutting object instead of Trim. Trim is more of a low level operation, booleans are kind of like a batch mode where they combine trimming and automatically discards pieces based on what volume they are contained inside of and then automatically joined as well.

- Michael