Mon, 05/23/2011 - 17:30
Forums:
I have a closed solid, bounded by a number of surfaces. I need to get triangulations of all these surfaces (currently using BRep_Tool::Triangulation) but I need the triangles to point outward from the interior of the solid. Since the solid may be convex this is not easy to do using geometric post-processing. Is there a way to do this in OpenCascade?
Thanks,
Wayne
Wed, 05/25/2011 - 11:45
shouldn't the normal vector of each face of your solid already point away from the inner half space of the solid?