Library | Module

Class pfcShrinkwrapSTLInstructions



Description

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



Property Summary

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



Method Summary

static pfcShrinkwrapSTLInstructionsCreate (string OutputFile)
Creates a new instructions object used to export an STL format shrinkwrap model.



Property Detail


stringOutputFile

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





Method Detail


static pfcShrinkwrapSTLInstructionsCreate (string OutputFile)

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