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. I think i have forgotten something. Do you know what it is?
 
 
regards Martin
 
 

Reply via email to