write_file method

write_file

Create a stream for writing dependencies.

Returns

Stream for writing the file

def write_file(self, file_name, options):
    ...
ParameterTypeDescription
file_namestrThe file’s name to open for writing
optionsaspose.threed.formats.IOConfigSave or load options

Exceptions

ExceptionDescription
IOExceptionThrown when failed to open stream for writing

See Also