This is an old revision of the document!
Clean up a 3D scan made with the Occipital Structure scanner
The 3D files from the Structure scanner often have holes and unwanted geometry. After following this guide you'll get a watertight model that is ready for (colour) 3D printing. A basic understanding of mesh manipulation in Blender is necessary. This guide uses Meshmixer, but here is a guide that describes this process for Blender.
Open the file
The structure scanner delivers the 3D object in 3 parts:
Model.obj
is the 3D objectModel.jpg
is the texture fileModel.mtl
is a file that links the object to the texture.
You only have to open the .obj
file. The program will find the other files on its own:
- Click 'Import' and select the
.obj
file. Alternatively go toFile > Import
.
Prepare model
Join disconnected sections
Objects from the structure scanner come in overlapping parts. This might cause problems for 3D printing.
- Join the disconnected sections (blue lines indicate boundaries):
Edit > Close Cracks
.
Delete loose parts
- In
Select
mode, click anywhere on the part you want to keep. - Expand the selection to all connected vertices:
e
. - Invert the selection:
i
. - Delete the loose parts:
x
.
- Save your project(!)