ImportManager.createFusionArchiveImportOptions Method

Parent Object: ImportManager
Defined in namespace "adsk::core" and the header file is <Core/Application/ImportManager.h>

Description

Creates an FusionArchiveImportOptions object that is used to import a design from a Fusion archive format. Creation of the FusionArchiveImportOptions object does not perform the import. You must pass this object to one of the ImportManager import methods to perform the import. The FusionArchiveImportOptions supports any available options when importing from Fusion archive format.

Syntax

"importManager_var" is a variable referencing an ImportManager object.
returnValue = importManager_var.createFusionArchiveImportOptions(filename)
"importManager_var" is a variable referencing an ImportManager object.

#include <Core/Application/ImportManager.h>

returnValue = importManager_var->createFusionArchiveImportOptions(filename);

Return Value

Type Description
FusionArchiveImportOptions The created FusionArchiveImportOptions object or null if the creation failed.

Parameters

Name Type Description
filename string The filename or URL of the Fusion archive file to be imported. .f3z files and .f3d files containing externally referenced designs are currently not supported.

Samples

Name Description
Import Manager API Sample Demonstrates how to import different formats to Fusion document

Version

Introduced in version September 2015