API Documentation > Interfaces > Interface VRMLExportInstructions
Interface VRMLExportInstructions

package com.ptc.pfc.pfcModel;

public interface
VRMLExportInstructions
extends
com.ptc.pfc.pfcModel.ExportInstructions


Description
Class that provides two subclasses to export a solid from Creo Parametric, or a Creo Parametric solid from disk, into VRML format.
Direct Known Subclasses:
Method Summary
String
Get method for attribute "OutputFile"
void
SetOutputFile (String value)
Set method for attribute "OutputFile"
Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions :
Method Detail
GetOutputFile
String
GetOutputFile
()
SetOutputFile
void
SetOutputFile
(String value)
Was this helpful?