formZ SDK | 5.0 API Reference | System | System
Description
Exports an animation of a formZ animation file (.fan) to another animation file format. Instead of passing in the dst_floc with an extension, the correct extension will be appended to the destination file name based on the ref_id parameter. Among the valid file formats (if supported by the operating ) are QuickTime, AVI, and a number of image formats like .bmp and .tiff.
Plugin Prototype
fzrt_error_td fz_syst_anim_export(
src_floc, | |
dst_floc, | |
ref_id ) |
Parameters
src_floc [Input]
source formZ animation file (.fan).
dst_floc [Input]
destination file for exported animation (without an extenstion).
ref_id [Input]
destination file format type.
Returns
Error codes.
Availability
5.0.0.0
Example Files
util_system_opts.fsl
util_anim_export.fsl
See Also
Function Set
Defined in