Library | Module

Class pfcVRMLDirectExportInstructions



Description

This class specifies instructions used to direct export VRML data from inpute to output file.
Direct Parent Classes:
pfcVRMLExportInstructions



Property Summary

stringInputFile
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.



Method Summary

static pfcVRMLDirectExportInstructionsCreate (string OutputFile, string InputFile)
Creates a new instructions object used to direct export VRML data from input to output file.



Property Detail


stringInputFile

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.





Method Detail


static pfcVRMLDirectExportInstructionsCreate (string OutputFile, string 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.