Hi there,
I’m using latest service pack for 2016. I have not been able to find a way to add the hits from looped circles or cylinders to a single pointcloud. If I try to create a pointcloud outside the loop it will not accept the index numbers as part of the feature name reference so impossible to point it to anything other than the last executed instance of the feature. The intent is to concatenation all of the hits from 100+ holes into a single pointcloud and then export them to a txt file. I can put the pointcloud construction and export inside the loop but then I get 100+ pointclouds each with only 1 hole in them. Less than ideal...
I saw an idea from AndersI on another post to write the hits to a txt file during the loop just using the file I/O functions. That allows you to append as you go. I will probably go that route.
just curious if anyone else has encountered this issue with not being able to reference feature instances in a pointcloud? Seems like a major roadblock to many applications. Wondering if anyone has found any other work around or if this has been fixed in a later version?
I’m using latest service pack for 2016. I have not been able to find a way to add the hits from looped circles or cylinders to a single pointcloud. If I try to create a pointcloud outside the loop it will not accept the index numbers as part of the feature name reference so impossible to point it to anything other than the last executed instance of the feature. The intent is to concatenation all of the hits from 100+ holes into a single pointcloud and then export them to a txt file. I can put the pointcloud construction and export inside the loop but then I get 100+ pointclouds each with only 1 hole in them. Less than ideal...
I saw an idea from AndersI on another post to write the hits to a txt file during the loop just using the file I/O functions. That allows you to append as you go. I will probably go that route.
just curious if anyone else has encountered this issue with not being able to reference feature instances in a pointcloud? Seems like a major roadblock to many applications. Wondering if anyone has found any other work around or if this has been fixed in a later version?
Comment