X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.opencascade%2Fsrc%2Forg%2Fsimantics%2Fopencascade%2FSolidModelProvider.java;h=5dbef231c3d54111c1e71595896b0144b3c01c4b;hb=53d55c24c779745f188bdb18d32f71d20acb61b2;hp=bc45ec980237cc852d4d44071812c8a051fc4c48;hpb=87b3241ec277ba3d8e414b26186a032c9cdcaeed;p=simantics%2F3d.git diff --git a/org.simantics.opencascade/src/org/simantics/opencascade/SolidModelProvider.java b/org.simantics.opencascade/src/org/simantics/opencascade/SolidModelProvider.java index bc45ec98..5dbef231 100644 --- a/org.simantics.opencascade/src/org/simantics/opencascade/SolidModelProvider.java +++ b/org.simantics.opencascade/src/org/simantics/opencascade/SolidModelProvider.java @@ -1,11 +1,23 @@ -package org.simantics.opencascade; - -import java.util.Collection; - -import org.jcae.opencascade.jni.TopoDS_Shape; - -public interface SolidModelProvider { - - - public Collection getModel() throws Exception; -} +/******************************************************************************* + * 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.Collection; + +import org.jcae.opencascade.jni.TopoDS_Shape; +import org.simantics.g3d.scenegraph.GeometryProvider; + +public interface SolidModelProvider extends GeometryProvider { + + + public Collection getModel() throws Exception; +}