]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.opencascade/src/org/simantics/opencascade/ParametricSolidModelProvider.java
Processing DB changes could leave control points unsynchronized
[simantics/3d.git] / org.simantics.opencascade / src / org / simantics / opencascade / ParametricSolidModelProvider.java
index f066002dd961556f5dcebe6697f304cc59e86dc7..08e9cba0f19bfd728aa85832da221f18538327ee 100644 (file)
@@ -1,11 +1,19 @@
-package org.simantics.opencascade;\r
-\r
-import java.util.Map;\r
-\r
-public interface ParametricSolidModelProvider extends SolidModelProvider{\r
-       \r
-       public void setProperties(Map<String,Object> props);\r
-       \r
-       public void updateCalculatedProperties(Map<String,Object> returnProps);\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in
+ * Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.opencascade;
+
+import org.simantics.g3d.scenegraph.ParametricGeometryProvider;
+
+public interface ParametricSolidModelProvider extends SolidModelProvider, ParametricGeometryProvider{
+       
+       
+}