API 文档 > Mechanica > Object ProMechcontact > Function ProMechcontactAxialstiffnessGet
Function ProMechcontactAxialstiffnessGet
DEPRECATED:
Since Wildfire 4.0
Description
Note: From release Wildfire 4.0 this function is superseded by ProMechgapSimpledataGet(). PTC recommends using the new function in place of this function in all new or updated user applications.
Obtains the axial stiffness for the contact item.
Licensing Requirement
Synopsis
#include <ProMechContact.h>
ProMechcontactAxialstiffnessGet
(
/* (In)
The contact item.
*/
ProMechExpression axial_stiff
/* (Out)
The axial stiffness.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
The Input ProMechItem Solid pointer is invalid.
A general error is encountered.
这对您有帮助吗?