Creo Simulate Load Sets
A load set is a collection of loads that act together on the model. The functions described in this section provide access to data and contents of the Creo Simulate load set items. Load sets use the ProType field in the ProMechitem structure as PRO_SIMULATION_LOAD_SET.
Functions Introduced:
The function
ProMechloadsetDescriptionGet() returns the name and the description of the specified load set.
The function
ProMechloadsetDescriptionSet() sets the description of the specified load set.
The function
ProMechloadsetLoadsGet() returns an array containing the different loads that are included in the specified load set.
The function
ProMechloadsetTypeGet() returns the type of the specified load set. The type can be as follows:
• PRO_MECH_LOADSET_STRUCTURAL—Specifies a structural load set.
• PRO_MECH_LOADSET_THERMAL—Specifies a thermal load set.
Use the function
ProMechloadLoadsetAssign() to assign a load to a particular loadset.