Anyone know an automated way to make point numbers sequence themselves (no gaps)? The only way I know to do this is to export, change settings, then import.
This is what I use, found it on the autodesk C3D message board. Its easier to select all points and renumber to a higher starting number then renumber again starting at 1 if that's what your looking for.
Looks like C3D renumber function adds a constant offset to each existing point number.
There is probably another way to do it but it is very easy to export the points as a p,n,e,z,d csv then open in Excel. Cell A1 will be the first point number, change that to whatever number you want to start with. In cell A2 change it to =A1+1 then copy that cell to the remainder of the A column.
When you save as a csv it will save the value and not the formula.