Description | ||||||||||||||||||||||||||
Associates load with given load set. | ||||||||||||||||||||||||||
Licensing Requirement | ||||||||||||||||||||||||||
TOOLKIT for Mechanica | ||||||||||||||||||||||||||
Synopsis | ||||||||||||||||||||||||||
#include <ProMechLoad.h> | ||||||||||||||||||||||||||
ProError | ProMechloadLoadsetAssign | ( | ||||||||||||||||||||||||
ProMechItem* item | ||||||||||||||||||||||||||
/* (In) | ||||||||||||||||||||||||||
The load to be added. | ||||||||||||||||||||||||||
*/ | ||||||||||||||||||||||||||
int loadsetid | ||||||||||||||||||||||||||
/* (In) | ||||||||||||||||||||||||||
Loadset id to which the load is to be added. | ||||||||||||||||||||||||||
*/ | ||||||||||||||||||||||||||
ProBool unassign | ||||||||||||||||||||||||||
/* (In) | ||||||||||||||||||||||||||
PRO_B_TRUE : Removes the load from previous set (if any). PRO_B_FALSE : Does not remove the load from previous set. Currently PRO_B_FALSE is not supported. | ||||||||||||||||||||||||||
*/ | ||||||||||||||||||||||||||
) | ||||||||||||||||||||||||||
Returns | ||||||||||||||||||||||||||
|