Library | Module

Interface IpfcShrinkwrapSTLInstructions



Description

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



Property Summary

PropertyOutputFileas String
The name of the STL file, without the extension. The file will be produced in the Creo Parametric working directory.



Method Summary

FunctionCCpfcShrinkwrapSTLInstructions.Create (OutputFile as String) as IpfcShrinkwrapSTLInstructions
Creates a new instructions object used to export an STL format shrinkwrap model.



Property Detail


PropertyOutputFileas String

The name of the STL file, without the extension. The file will be produced in the Creo Parametric working directory.





Method Detail


FunctionCCpfcShrinkwrapSTLInstructions.Create (OutputFile as String) as IpfcShrinkwrapSTLInstructions

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