hexagon logo

Rename features to numerical order

I was wondering if there was a way to rename features after all features have been created. I like to write my offline programs using individual Auto Vector Points and then I will build features like planes and lines (for example) after everything is created. A common problem I run into is I'll forget to put a point into a certain location. So I'll go back and insert a point where I want but since I've created 30 points after this location the new point I create will not be in numerical order. Is there a way I can tell PC-DMIS to rename all points to numerical order? Hope this makes sense. I've attached a screen shot as an example.

Attached Files
Parents
  • Hi Programming Gurus,

    Is there a way to take the above code and modify it to not rename but to capture and output dynamically named features to a csv? I'd envision using the popup dialog and using it to select the features that will be used with a writeline. Whatever is selected is then exported with the feature name, measured x, y, z, etc.
Reply
  • Hi Programming Gurus,

    Is there a way to take the above code and modify it to not rename but to capture and output dynamically named features to a csv? I'd envision using the popup dialog and using it to select the features that will be used with a writeline. Whatever is selected is then exported with the feature name, measured x, y, z, etc.
Children