Library | Module

Interface IpfcShrinkwrapVRMLInstructions



Description

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



Property Summary

PropertyOutputFileas 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

FunctionCCpfcShrinkwrapVRMLInstructions.Create (OutputFile as String) as IpfcShrinkwrapVRMLInstructions
Creates a new instructions object used to export a VRML format shrinkwrap model.



Property Detail


PropertyOutputFileas String

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





Method Detail


FunctionCCpfcShrinkwrapVRMLInstructions.Create (OutputFile as String) as IpfcShrinkwrapVRMLInstructions

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