Hi, I have meet some questions when I looked through the API example: CBonded.cpp, for example:
iBOND_STATUS = contactCustomPropertyManager->getPropertyIndex(BOND_STATUS.c_str());
const double* m_BondStatus = contactCustomProperties->getValue(iBOND_STATUS);
double* m_BondStatusDelta = contactCustomProperties->getDelta(iBOND_STATUS);
How the value transfered in these words?
If I want to add new contact model, can I just define the value to 'm_Bondstatus' directly in head file?
Thanks
Raheem