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=69e1d83b6a464c499856319e4100c0f79d40d9dc;hpb=289aaab900078ef56efc8779e4b15830e472149e;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 69e1d83b..5dbef231 100644 --- a/org.simantics.opencascade/src/org/simantics/opencascade/SolidModelProvider.java +++ b/org.simantics.opencascade/src/org/simantics/opencascade/SolidModelProvider.java @@ -1,22 +1,23 @@ -/******************************************************************************* - * 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; - -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; +}