What would be the most efficient way to find all the unused points in the gdp (using the hdk)? By unused, I mean points that are not used in any primitive. I know I can loop through them all and check to see if they are used, but there must be a more efficient way. Thanks, Dave