Hi,

we are using the NCSA portfolio dxf loader and are trying to load a
dxf-file. The following code results in a NumberFormatException, while
loading the scene.

        try{
            ModelLoader modelLoader = new ModelLoader();

        Scene scene = modelLoader.load(path);

        featurelayer3D = new FeatureLayer3D();
        System.out.println("scene "+scene);
        System.out.println("sceneGroup "+scene.getSceneGroup());
        featurelayer3D.addBranchGroup(scene.getSceneGroup());

        }
        catch (NumberFormatException nfe){
          System.out.println("Meldung:" + nfe.getMessage());
        }
        catch (FileNotFoundException fnfe) {
                }

Any hints are really appreciated.

Thanks Desiree

oooooooooooooooooooooooooooooooooooooooooooooooo
Desiree Hilbring

Institut fuer Photogrammetrie und Fernerkundung
Universitaet Karlsruhe, Germany
email: [EMAIL PROTECTED]
# 0721 6083676
oooooooooooooooooooooooooooooooooooooooooooooooo

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to