Action:
|
Sets the save file format.
|
|
Prototype:
|
outcome api_save_version (
|
|
|
int major_version,
|
// major version
|
|
|
int minor_version
|
// minor version
|
|
|
);
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "kernel/kernapi/api/kernapi.hxx"
|
|
Description:
|
This API sets the output file format. For Release 1.5 and above, the system can output data in a format that a previous version can read. This is only true for objects that are compatible in the previous release.
|
|
|
Note
|
For the major version starting 4 and above, the minor version does not have any effect and setting them to zero would allow the SAT files to be read across all the minor versions for the series.
|
|
Limitations:
|
New functionality or structures in the higher release are not correctly handled by the modeler, and therefore, are not supported.
|
|
Library:
|
kernel
|
|
Filename:
|
kern/kernel/kernapi/api/kernapi.hxx
|
|
Effect:
|
Read-only
|