]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.opencascade/src/org/simantics/opencascade/ParametricSolidModelProvider.java
Created Mesh API for Plant3D objects
[simantics/3d.git] / org.simantics.opencascade / src / org / simantics / opencascade / ParametricSolidModelProvider.java
index f0621cb9fdca973eb84bfb790531b91d32a4f674..08e9cba0f19bfd728aa85832da221f18538327ee 100644 (file)
@@ -1,22 +1,19 @@
-/*******************************************************************************\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.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{
+       
+       
+}