|
SaveModel
|
Accueil Précédent Suivant |
C/C++ declaration
long __stdcall SaveModel(long Handle, char* FileName);
Pascal declaration
function SaveModel(Handle: LongInt; FileName: PChar): LongInt; stdcall;
Saving the current model in a file:
IN → Handle : Model handle.
IN → FileName : File name.
Remark : No check on the path. No check on eventual exiting file..