API ドキュメンテーション > Mechanica > Object ProMechcontact > Function ProMechcontactYdirectionGet
Function ProMechcontactYdirectionGet
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 Orientation for the contact item.
Licensing Requirement
Synopsis
#include <ProMechContact.h>
ProMechcontactYdirectionGet
(
/* (In)
The contact item.
*/
/* (Out)
The Orientation. Free this output using ProMechydirectionFree().
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
A general error is encountered.
The Input ProMechItem Solid pointer is invalid .
There is not enough memory to perform the operation.
これは役に立ちましたか?