PK_SESSION_set_rebuild_history   
PK_ERROR_code_t       PK_SESSION_set_rebuild_history
(
--- received arguments ---
PK_int_array_t        rebuild_history,    --- requested rebuild history

--- returned arguments ---
PK_int_array_t *const set_history,        --- the rebuild history now set
PK_int_array_t *const unknown_history     --- any unknown history values
)


This function sets the rebuild history of the modeller.


This function provides controls to preserve the behaviour of a specific
series of rebuilds when used in conjunction with session behaviour controls.
In general this function will have no effect.

Use only as directed by Parasolid Support.

The values of the 'rebuild_history' that have been set are returned in the
'set_history'. If any of the values supplied in 'rebuild_history' array are
unknown to the modeller, these are ignored and returned in 'unknown_history'.

Generated on: Fri, 04 Oct 2024 12:22:15 GMT