read_file method

read_file

Create a stream for reading dependencies.

Returns

Stream for reading the file.

def read_file(self, file_name, options):
    ...
ParameterTypeDescription
file_namestrFile’s name to open for reading
optionsaspose.threed.formats.IOConfigSave or load options

Exceptions

ExceptionDescription
IOExceptionThe implementation throws this exception when failed to open the file for reading.

See Also