Description | ||||||||
Set the flag that controls preservation of IDs. When "Preserve IDs" flag is set, Creo Simulate will try to preserve IDs of surfaces and edges in simulation geometry between different calls to ProMechmodelGet(), even if original geometry of the model has changed slightly. The success of this attempt to preserve geometry IDs is not guaranteed, though. | ||||||||
Licensing Requirement | ||||||||
TOOLKIT for Mechanica | ||||||||
Synopsis | ||||||||
#include <ProMechGeometry.h> | ||||||||
ProError | ProMechmodeldataPreserveidsSet | ( | ||||||
ProMechModelData data | ||||||||
/* (In) | ||||||||
The data handle. | ||||||||
*/ | ||||||||
ProBoolean preserve_ids | ||||||||
/* (In) | ||||||||
PRO_B_TRUE if the IDs are to be preserved. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|