]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d.csg/src/org/simantics/g3d/csg/adapters/CSGSolidModelAdapter.java
Changed SimanticsUI use to Simantics
[simantics/3d.git] / org.simantics.g3d.csg / src / org / simantics / g3d / csg / adapters / CSGSolidModelAdapter.java
index 30e4991d12b9120a5cb9f753f7e2f4bccf784cdf..972d797748980ba7055167ed7c192bde05f2c4db 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.adapters;\r
 \r
 import java.util.ArrayList;\r
@@ -19,7 +30,7 @@ import org.simantics.objmap.graph.Mappings;
 import org.simantics.objmap.graph.schema.IMappingSchema;\r
 import org.simantics.objmap.structural.IStructuralObject;\r
 import org.simantics.opencascade.SolidModelProvider;\r
-import org.simantics.ui.SimanticsUI;\r
+import org.simantics.Simantics;\r
 \r
 public class CSGSolidModelAdapter implements SolidModelProvider, IAdaptable, IStructuralObject {\r
        \r
@@ -31,7 +42,7 @@ public class CSGSolidModelAdapter implements SolidModelProvider, IAdaptable, ISt
        \r
        @Override\r
        public Collection<TopoDS_Shape> getModel() throws Exception {\r
-               return SimanticsUI.getSession().syncRequest(new Read<Collection<TopoDS_Shape>>() {\r
+               return Simantics.getSession().syncRequest(new Read<Collection<TopoDS_Shape>>() {\r
                        @Override\r
                        public Collection<TopoDS_Shape> perform(ReadGraph graph)\r
                                        throws DatabaseException {\r