SlicePlane slicePlane = this.slicePlanesSlatSlices.get(i);
if (!slicePlane.guide) {
spShape shape = slicePlane.getspShape();
shape.shapePack = GLOBAL.shapePack; //hacky
shape.build();
shape.setLabel("" + (i + 1));
shape.linkedObject = slicePlane;
GLOBAL.shapePack.add(shape);
}
}