Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I am creating a hole table through datum points like feature name "POINT" & its "X,Y,Z" measurement through cs_o but when datum points go beyond 9 for e.g. "PNT9" then it sort by again first digit means it will go like 1 then 10,11,2,3,4 likewise (refer snap for more details).
I have tried to increase decimal point from 1 but it won't get sort out.
Need help to how to sort this double digit figures in ascending order & Is there any way to make this hole table parametric if point location is updating it will directly show on table without adding it again.
Hoping for the solution from PTC! 🤞
Application :- Creo 10 Paramertic
Solved! Go to Solution.
1) workaround is to rename your points to have a leading 0:
PNT00
PNT01
PNT02
...
PNT10
PNT11
...
in part modelling mode, go to the menu: File -> Prepare -> Model Properties -> change Names:
2) update your hole tables in drawing mode with the "Update Tables" function:
1) workaround is to rename your points to have a leading 0:
PNT00
PNT01
PNT02
...
PNT10
PNT11
...
in part modelling mode, go to the menu: File -> Prepare -> Model Properties -> change Names:
2) update your hole tables in drawing mode with the "Update Tables" function:
The system is functioning correctly! It is sorting all PNT1* values first, then it will do all PNT2* values.
The solution is to use the same number of digits in all of your values, PNT01, PNT02, etc.
Hello @SJ_10265581,
It looks like you have some responses from some community members. If any of these replies helped you solve your question please mark the appropriate reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Vivek N.
Community Moderation Team.