Description | ||||||||||||||
Sets 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 | ProMechcontactinterfacedataDynamicCoeffSameAsStaticSet | ( | ||||||||||||
ProMechInterfaceContactData data | ||||||||||||||
/* (In) | ||||||||||||||
The interface data. | ||||||||||||||
*/ | ||||||||||||||
ProBoolean same_as_static | ||||||||||||||
/* (In) | ||||||||||||||
PRO_B_TRUE if the dynamic coefficient of friction is same as static coefficient of friction PRO_B_FALSE otherwise. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|