from GeomAlgoAPI import GeomAlgoAPI_EdgeBuilder as edgeBuilder
from GeomAlgoAPI import GeomAlgoAPI_FaceBuilder as faceBuilder
from GeomAlgoAPI import GeomAlgoAPI_ShapeTools as tools
-from GeomAlgoAPI import GeomAlgoAPI_MakeVolume as makeVolume
from GeomAPI import GeomAPI_Ax3 as ax3
from GeomAPI import GeomAPI_Dir as dir
from GeomAPI import GeomAPI_Pnt as pnt
model.testNbSubShapes(Translation_1, GeomAPI_Shape.FACE, [0])
model.testNbSubShapes(Translation_1, GeomAPI_Shape.EDGE, [1])
model.testNbSubShapes(Translation_1, GeomAPI_Shape.VERTEX, [2])
-model.testResultsVolumes(Translation_1, [0])
Part_2 = model.addPart(partSet)