User's Guide > Interface > Interface > Importing Files > Import Instructions
Import Instructions
Methods Introduced:
The methods described in this section create an instructions data object to import a file of a specified type into Creo Parametric. The details are as shown in the table below:
Interface
Used to Import
IpfcRelationImportInstructions
A list of relations and parameters in a part or assembly.
IpfcIGESSectionImportInstructions
A section model in IGES format.
IpfcProgramImportInstructions
A program file for a part or assembly that can be edited to change the model.
IpfcConfigImportInstructions
Configuration instructions.
IpfcDWGSetupImportInstructions
A drawing s/u file.
IpfcSpoolImportInstructions
Spool instructions.
IpfcConnectorParamsImportInstructions
Connector parameter instructions.
IpfcASSEMTreeCFGImportInstructions
Assembly tree CFG instructions.
IpfcWireListImportInstructions
Wirelist instructions.
IpfcCableParamsImportInstructions
Cable parameters from an assembly.
IpfcSTEPImport2DInstructions
A part or assembly in STEP format.
IpfcIGESImport2DInstructions
A part or assembly in IGES format.
IpfcDXFImport2DInstructions
A drawing in DXF format.
IpfcDWGImport2DInstructions
A drawing in DWG format.
* 
The method IpfcModel.Import() does not support importing of CADAM type of files.
If a model or the file type STEP, IGES, DWX, or SET already exists, the imported model is appended to the current model. For more information on methods that return models of the types STEP, IGES, DWX, and SET, refer to Getting a Model Object.
Was this helpful?