11-29-2009 04:42 PM
01-02-2010 12:57 PM - edited 01-02-2010 12:58 PM
Has anyone had any luck with this problem above?
It seems similar to something I'm struggling with. I'm trying to use the Object:Remove Object method of SceneObject in a 3D picture control to remove a sphere. The method doesn't seem to remove any objects whatever I try.
I'm using LV8.5, not sure if this is fixed in newer versions but would someone be able to confirm that this 'Remove Object' method works? I can post some example code if required.
Many thanks in advance,
Ryan Bakewell
08-01-2011 12:16 PM
Hi friends, anybody solved this issue? I have the same problem so it would be very usefull if it could be explained. Thanks
08-01-2011 12:24 PM
I saw something similar and posted in the "LabVIEW minutia that may bite you some day thread here.
REF A is not equal to REF B.
Ben
08-01-2011 01:09 PM
My problem is present when several objects are in the same scene, I can not remove any of them independently. In fact, when I apply the remove method to an object it doesn't seem to work and all objects remain in the scene. Following the example at the begining of this issue, how is possible to remove any of the objects? thanks for your response.
08-01-2011 01:11 PM
Are you using a "refresh" method afterwards?
Ben
08-01-2011 01:22 PM
I don't think so, could you indicate me where to find the refresh method? thanks.
08-01-2011 01:25 PM
methods are accessed via invoke nodes. Drop one of those and select the method.
Ben
08-01-2011 01:35 PM
Maybe I don´t know how to use it. I'm trying to create a method from the reference out of the SceneObject but unsuccesfull. Is the correct way or I'm completly wrong? In any case, I don't find the "refresh" method.
08-01-2011 01:38 PM
it is a method of the picture.
Ben