Category 3D interface, Object ProOutput

Function ProOutputBrepRepresentationAlloc


Description
Allocate a brep representation data structure for use in ProIntf3DFileWrite.
Synopsis
#include <ProIntf3Dexport.h>
ProErrorProOutputBrepRepresentationAlloc(
ProOutputBrepRepresentation* representation
/* (Out)
The allocated brep representation structure.
*/
)
Returns
PRO_TK_NO_ERRORThe function allocated 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 )