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