Creates a FusionArchiveImportOptions object that imports a design from a Fusion archive format. The 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 object supports the available options when importing from a Fusion archive format. This method only supports f3d files. For f3z files, you should use the DataFolder.uploadFile method.
"importManager_var" is a variable referencing an ImportManager object.
|
"importManager_var" is a variable referencing an ImportManager object.
|
Type | Description |
FusionArchiveImportOptions | The created FusionArchiveImportOptions object or null if the creation failed. |
Name | Type | Description |
filename | string | The filename or URL of the Fusion archive file to be imported. Only f3d files can be imported. For f3z files, you should use the DataFolder.uploadFile method. |
Name | Description |
Import Manager API Sample | Demonstrates how to import different formats to Fusion document |