ImportManager.createIGESImportOptions Method
Parent Object:
ImportManagerDefined in namespace "adsk::core" and the header file is <Core/Application/ImportManager.h>
Description
Creates an IGESImportOptions object that is used to import a design from IGES format. Creation of the IGESImportOptions object does not perform the import. You must pass this object to one of the ImportManager import methods to perform the import. The IGESImportOptions supports any available options when importing from IGES format.
Syntax
"importManager_var" is a variable referencing an ImportManager object.returnValue = importManager_var.createIGESImportOptions(filename)
|
"importManager_var" is a variable referencing an ImportManager object.
#include <Core/Application/ImportManager.h>
returnValue = importManager_var->createIGESImportOptions(filename);
|
Return Value
IGESImportOptions |
The created IGESImportOptions object or null if the creation failed. |
Parameters
filename |
string |
The filename or URL of the IGES file to be imported. |
Samples
Version
Introduced in version September 2015