API Documentation > Mechanica > Object ProMechweld > Function ProMechweldspotMaterialIdGet
Function ProMechweldspotMaterialIdGet
Description
Obtains the material id for the spot weld data.
Licensing Requirement
Synopsis
#include <ProMechWeld.h>
ProMechweldspotMaterialIdGet
(
/* (In)
The spot weld data.
*/
int* matl_id
/* (Out)
The material id.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The Creo Simulate session was not initialized.
No license was available to enable this function.
Sample Code References
User Guide References
Was this helpful?