package org.simantics.g3d.csg.wizard; import java.util.Deque; import org.simantics.g3d.wizard.IExportModel; public class CSGExportModel extends IExportModel{ public CSGExportModel(Deque recentLocations) { super(); setRecentLocations(recentLocations); } @Override public boolean usesFile() { return true; } }