Object ProIntf3D

Function ProIntf3DLayerSetupFileSet


Description
Set layer setup file for export.
Synopsis
#include <ProIntf3Dexport.h>
ProErrorProIntf3DLayerSetupFileSet(
ProMdl model
/* (In)
The model used for export.
*/
ProPath layer_setup_file
/* (In)
input layer setup file's full path. Pass NULL to set default layer setup settings for input file_type. Layer setup file is not supported for PRO_INTF_EXPORT_CADDS and PRO_INTF_EXPORT_NEUTRAL file types.
*/
)
Returns
PRO_TK_NO_ERRORThe function Succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Interface: Data Exchange: Exporting 3D Models
  2. Interface: Data Exchange: Exporting 3D Models