How to read the data in isaacgym.gymapi.ContactCollection?

In the class gymapi.ContactCollection, the environment can decide how to collect contact data. However, what should I do to read these data in detail? I don’t want to use “acquire_net_contact_force_tensor”, because it seems that some contact may not be detected with this function.