Hello,
I want to ask some questions about the API code of Heat conduction for geometry. This API code calculates some properties for elem1 and elem2, and then the contact points values are put into a more useful form as follows:
// Put the values into a more useful form
CSimple3DPoint contactPoint(contactPointX, contactPointY, contactPointZ);
Does this represent the x, y, z coordinates of the contact point between elem1 and elem2? In addition, for contacted elem1 and elem2, is there any function to determine the number of contact points on one of the elements and the corresponding coordinates (like the following picture, point i and point j are contact point for particle k)?

Is it possible to implement it in API code such as heat conduction and can work for EDEM software package?
Kind regards,
Chao