pciterate in VOPs

   5346   2   1
User Avatar
Member
14 posts
Joined: Jan. 2008
Offline
can anyone post a working example using pciterate on a point cloud implemented in VOPs?

looking at the docs all I need to do is wire a valid pcopen handle into pciterate then wire its success output into a while VOP' condition input slot but I just cannot get this to work - the while loop never gets evaluated

I know the pcopen is ok cos a pc filter VOP works fine passed the same handle

scratching head…
User Avatar
Member
32 posts
Joined: Aug. 2010
Offline
Hey! I'm no expert, but I've been fiddling around with VOPs for a few days now, and it seems to me that the pcopen success value is stuck at 0. I've never managed to get it to return 1. Which is probably why the while loop won't execute.
User Avatar
Member
50 posts
Joined: Feb. 2009
Offline
Here's an example using pciterate to count how many points from the point cloud are within the radius of pcopen.

hope it helps!
Dan

Attachments:
pc_iterate_example.hipnc (82.6 KB)

  • Quick Links