Library | Module

Class pfcShrinkwrapVRMLInstructions



Description

This interface contains instructions to export a model to a shrinkwrap VRML file.
See Also:
pfcSolid.ExportShrinkwrap()
Direct Parent Classes:
pfcShrinkwrapFacetedFormatInstructions



Property Summary

stringOutputFile
The name of the VRML file to produce, without the extension. The file will be produces in the Creo Parametric working directory.



Method Summary

static pfcShrinkwrapVRMLInstructionsCreate (string OutputFile)
Creates a new instructions object used to export a VRML format shrinkwrap model.



Property Detail


stringOutputFile

The name of the VRML file to produce, without the extension. The file will be produces in the Creo Parametric working directory.





Method Detail


static pfcShrinkwrapVRMLInstructionsCreate (string OutputFile)

Creates a new instructions object used to export a VRML format shrinkwrap model.
See Also:
pfcSolid.ExportShrinkwrap()
Parameters:
OutputFile
The name of the file to be produced, in the current working directory, without the extension.
Returns:
The created instructions object.