Library | File

Class pfcRelationImportInstructions

# include <pfcModel.h>

class pfcRelationImportInstructions
 : public virtual pfcImportInstructions
{
    xdeclare(pfcRelationImportInstructions)
    ...
};
This is a COMPACT class.



Description

This class specifies instructions used to import (read) from the RELATION type file.
Manual References:
Interface: Import Instructions



Method Summary

static pfcRelationImportInstructions_ptrCreate ()
Creates a new instructions object used to import (read) a list of the relations and parameters of a part or assembly from RELATION type file.


Methods Inherited from Class pfcImportInstructions:

GetFileType



Method Detail

static pfcRelationImportInstructions_ptrCreate ()

Creates a new instructions object used to import (read) a list of the relations and parameters of a part or assembly from RELATION type file.


The return value must be passed to pfcModel::Import(xrstring, pfcImportInstructions_ptr) to read from the input file.
Manual References:
Interface: Import Instructions
Returns:
The instructions object