Object ProIntf3D

Function ProIntf3DCsysSet


Description
Set reference CSYS for export file.
Synopsis
#include <ProIntf3Dexport.h>
ProErrorProIntf3DCsysSet(
ProMdl pro_model
/* (In)
The model used for export.
*/
ProSelection csys_sel
/* (In)
The reference coordinate system. Pass NULL to set default coordinate system. Reference CSYS 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