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:
Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions :
Method Summary
String
Get method for attribute "OutputFile"
void
SetOutputFile (String value)
Set method for attribute "OutputFile"
Method Detail
GetOutputFile
String
GetOutputFile
()
SetOutputFile
void
SetOutputFile
(String value)
Was this helpful?