API Documentation > Interfaces > Interface STEP2DExportInstructions
Interface STEP2DExportInstructions

package com.ptc.pfc.pfcModel;

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


Description
This interface is used to export a non-solid model to STEP format.
See Also:
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions :
Method Summary
/*cipOptional*/ Export2DOption
Get method for attribute "OptionValue"
void
SetOptionValue ( /*cipOptional*/ Export2DOption value)
Set method for attribute "OptionValue"
Method Detail
GetOptionValue
/*cipOptional*/ Export2DOption
GetOptionValue
()
SetOptionValue
void
SetOptionValue
( /*cipOptional*/ Export2DOption value)
Was this helpful?