API Documentation > Interfaces > Interface ShrinkwrapSTLInstructions
Interface ShrinkwrapSTLInstructions

package com.ptc.pfc.pfcShrinkwrap;

public interface
ShrinkwrapSTLInstructions
extends
com.ptc.pfc.pfcShrinkwrap.ShrinkwrapFacetedFormatInstructions


Description
This interface contains instructions to export a shrinkwrap STL file.
See Also:
Method Summary
String
Get method for attribute "OutputFile"
The name of the STL file, without the extension. The file will be produced in the Creo Parametric working directory.
void
SetOutputFile (String value)
Set method for attribute "OutputFile"
The name of the STL file, without the extension. The file will be produced in the Creo Parametric working directory.
Method Detail
GetOutputFile
String
GetOutputFile
()
SetOutputFile
void
SetOutputFile
(String value)
The name of the STL file, without the extension. The file will be produced in the Creo Parametric working directory.
Was this helpful?