Library | Module

Class pfcProductViewExportInstructions



Description

The instructions interface object to export a part, assembly or drawing into ProductView format.
Direct Parent Classes:
pfcExportInstructions



Property Summary

pfcProductViewExportOptionsPVExportOptions
 



Method Summary

static pfcProductViewExportInstructionsCreate ()
Creates a new instructions object for exporting a part, assembly or drawing into ProductView format.



Property Detail


pfcProductViewExportOptionsPVExportOptions

 





Method Detail


static pfcProductViewExportInstructionsCreate ()

Creates a new instructions object for exporting a part, assembly or drawing into ProductView format.

If mdl is a drawing, it must be displayed in a window. Depending upon the model type and export options, following output files are created: For PVS: Part : .pvs file, .ol file Assembly : .pvs file, seperate .ol file for each part contained in the assembly Drawing : .pvs file, .plt file For ED: Part : .ed file, .ol file Assembly : .ed file, seperate .ol file for each part contained in the assembly Drawing : .ed file, .plt file For EDZ: .edz file For PVZ: .pvz file
Returns: