Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello
We are looking for to have all the user defined simp rep for an assembly. For this purpose, we used API ProSolidSimprepVisit() to collect all sim rep and using API ProSimprepTypeGet() to filter concerned rep with PRO_SIMPREP_USER_DEFINED.
We are facing issue and could observe that "DEFAULT REP" is listed as user defined rep.... Could anyone help on this as API we are using is not helping us due to default rep suggested as user defined rep.
p.s. : default rep is only rep which has negative id out of all the rep we are getting post filteration.