2 2

Next: Model setting without an Up: Alternative formulation Previous: Alternative formulation   Contents   Index

STL intersection

Different situation follows when two surfaces (c-housing.stl and c-interface.stl) have their common intersection to be caught. Utility surfaceBooleanFeatures can extract the intersection between two .stl surfaces.

1 3 surfaceBooleanFeatures intersection constant/triSurface/c-housing.stl
constant/triSurface/c-interface.stl

In the triSurface subdirectory an .eMesh file containing edges of intersection was created. Several .obj files were created in the case directory. The one we need, to check the result visualy in paraview, is called c-housing_c-interface_intersection_edgeMesh.obj.

1 3 paraview

We can remove all the unnecessary files then.

1 3 rm -rf *.obj

 
viewEdgesCrotor

Figure: Feature edges of compressor wheel (black) and intersections (red).