Documentación de la API > Mechanica > Object ProMechmodeldata > Function ProMechmodeldataPreserveidsSet
Function ProMechmodeldataPreserveidsSet
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
Synopsis
ProMechmodeldataPreserveidsSet
(
/* (In)
The data handle.
*/
ProBoolean preserve_ids
/* (In)
PRO_B_TRUE if the IDs are to be preserved.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
User Guide References
¿Fue esto útil?