Category 3D interface, Object ProOutput

Function ProOutputBrepRepresentationFree


Description
Free a brep representation data structure.
Synopsis
#include <ProIntf3Dexport.h>
ProErrorProOutputBrepRepresentationFree(
ProOutputBrepRepresentation representation
/* (In)
The brep representation structure.
*/
)
Returns
PRO_TK_NO_ERRORThe function freed the options.
PRO_TK_BAD_INPUTSThe argument was invalid.

Manual References:

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

Sample Code References:

  1. pt_userguide ( UgInterfaceExport.c )
  2. pt_userguide ( UgInterfaceExport.c )