Library | Module

Interface IpfcProductViewExportInstructions



Description

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



Property Summary

PropertyPVExportOptionsas IpfcProductViewExportOptions
 



Method Summary

FunctionCCpfcProductViewExportInstructions.Create () as IpfcProductViewExportInstructions
Creates a new instructions object for exporting a part, assembly or drawing into ProductView format.



Property Detail


PropertyPVExportOptionsas IpfcProductViewExportOptions

 





Method Detail


FunctionCCpfcProductViewExportInstructions.Create () as IpfcProductViewExportInstructions

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: