process method

process

Runs Figure Renderer processing with the specified parameters.

Returns

An ResultContainer object containing the result of the operation.

def process(self, options):
    ...
ParameterTypeDescription
optionsIPluginOptionsAn options object containing instructions for the FigureRenderer.

Exceptions

ExceptionDescription
ArgumentExceptionWhen given options instance is null or has inappropriate type,
or one of the input/output sources has unsupported type.

See Also