X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.opencascade%2Fsrc%2Forg%2Fsimantics%2Fopencascade%2FParametricSolidModelProvider.java;h=08e9cba0f19bfd728aa85832da221f18538327ee;hb=ba83a8b8c95b94a035d20e458880beec68b9c450;hp=f0621cb9fdca973eb84bfb790531b91d32a4f674;hpb=289aaab900078ef56efc8779e4b15830e472149e;p=simantics%2F3d.git diff --git a/org.simantics.opencascade/src/org/simantics/opencascade/ParametricSolidModelProvider.java b/org.simantics.opencascade/src/org/simantics/opencascade/ParametricSolidModelProvider.java index f0621cb9..08e9cba0 100644 --- a/org.simantics.opencascade/src/org/simantics/opencascade/ParametricSolidModelProvider.java +++ b/org.simantics.opencascade/src/org/simantics/opencascade/ParametricSolidModelProvider.java @@ -1,22 +1,19 @@ -/******************************************************************************* - * 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 java.util.Map; - -public interface ParametricSolidModelProvider extends SolidModelProvider{ - - public void setProperties(Map props); - - public void updateCalculatedProperties(Map returnProps); - -} +/******************************************************************************* + * 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{ + + +}