Library | File

Class pfcVRMLDirectExportInstructions

# include <pfcModel.h>

class pfcVRMLDirectExportInstructions
 : public virtual pfcVRMLExportInstructions
{
    xdeclare(pfcVRMLDirectExportInstructions)
    ...
};
This is a COMPACT class.



Description

This class specifies instructions used to direct export VRML data from inpute to output file.



Method Summary

static pfcVRMLDirectExportInstructions_ptrCreate (xrstring OutputFile, xrstring InputFile)
Creates a new instructions object used to direct export VRML data from input to output file.
xstringGetInputFile ()
voidSetInputFile (xrstring value)
The input file: specifies the file to be exported. This can be the name of a file in the current Creo Parametric directory or a fully qualified path.


Methods Inherited from Class pfcExportInstructions:

GetFileType


Methods Inherited from Class pfcVRMLExportInstructions:

GetOutputFile, SetOutputFile



Method Detail

xstringGetInputFile ()
voidSetInputFile (xrstring value)

The input file: specifies the file to be exported. This can be the name of a file in the current Creo Parametric directory or a fully qualified path.




static pfcVRMLDirectExportInstructions_ptrCreate (xrstring OutputFile, xrstring InputFile)

Creates a new instructions object used to direct export VRML data from input to output file.
Parameters:
OutputFile
The output file directory.
InputFile
The input file: specifies the file to be exported. This can be the name of a file in the current Creo Parametric directory or a fully qualified path.
Returns:
The new instructions object.