API 설명서 > Mechanica > Object ProMechweld > Function ProMechweldSpotdataGet
Function ProMechweldSpotdataGet
Description
Obtains the data for the spot weld.
Licensing Requirement
Synopsis
#include <ProMechWeld.h>
ProMechweldSpotdataGet
(
/* (In)
The weld.
*/
/* (Out)
The data. Free this using ProMechweldspotFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The weld does not contain this type of data.
The Creo Simulate session was not initialized.
No license was available to enable this function.
Not enough memory to allocate data.
See Also
Sample Code References
User Guide References
도움이 되셨나요?