Description | ||||||||||||||
Obtains whether or not the dynamic coefficient of friction is same as the static coefficient of friction. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for Mechanica | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProMechInterface.h> | ||||||||||||||
ProError | ProMechcontactinterfacedataDynamicCoeffSameAsStaticGet | ( | ||||||||||||
ProMechInterfaceContactData data | ||||||||||||||
/* (In) | ||||||||||||||
The interface data. | ||||||||||||||
*/ | ||||||||||||||
ProBoolean * same_as_static | ||||||||||||||
/* (Out) | ||||||||||||||
PRO_B_TRUE if the dynamic coefficient of friction is same as static coefficient of friction else PRO_B_FALSE | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|