Hi
i have a problem when i want to use the PickTool.GEOMETRY_INTERSECT_INFO;
 
i get an "Improper Level exception" when doing this:
 
            shape3D.getGeometry().setCapability(Geometry.ALLOW_INTERSECT);
            shape3D.setCapability(Shape3D.ALLOW_GEOMETRY_READ);
            shape3D.setCapability(Shape3D.ALLOW_GEOMETRY_WRITE);
            shape3D.setCapability(Shape3D.ALLOW_PICKABLE_READ);
            shape3D.setCapability(Shape3D.ENABLE_PICK_REPORTING);
           
            PickTool.setCapabilities(shape3D, PickTool.GEOMETRY_INTERSECT_INFO);
if i use PickTool.INTERSECT_FULL it will work but i can't use this because of accuracy isn't that what i need.
 
if you know too how to put the picked Shape3D into a new Universe and showing it in a new Canvas3D i will thank you very very much :)
 
thanx
 
Martin Frey
 

Reply via email to