API Documentation > Classes > Class pfcShrinkwrapVRMLInstructions
Class pfcShrinkwrapVRMLInstructions
Description
This interface contains instructions to export a model to a shrinkwrap VRML file.
See Also:
Direct Parent Classes:
User Guide References:
Property Summary
string
The name of the VRML file to produce, without the extension. The file will be produces in the Creo Parametric working directory.
Method Summary
Create (string OutputFile)
Creates a new instructions object used to export a VRML format shrinkwrap model.
Property Detail
string
OutputFile
The name of the VRML file to produce, without the extension. The file will be produces in the Creo Parametric working directory.
Method Detail
Create
(string OutputFile)
Creates a new instructions object used to export a VRML format shrinkwrap model.
See Also:
Parameters:
OutputFile
The name of the file to be produced, in the current working directory, without the extension.
Returns:
The created instructions object.
User Guide References:
Was this helpful?