API ドキュメンテーション > Mechanica > Object ProMechload > Function ProMechloadLoadsetAssign
Function ProMechloadLoadsetAssign
Description
Associates load with given load set.
Licensing Requirement
Synopsis
#include <ProMechLoad.h>
ProMechloadLoadsetAssign
(
/* (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
The function succeeded.
One or more input arguments are invalid.
Creo Simulate session is not initialized.
Subtype cannot be changed.
The Input ProMechItem Solid pointer is invalid.
A general error was encountered.
Cannot modify the item.
There is not enough memory to perform the operation.
Sample Code References
User Guide References
これは役に立ちましたか?