Category
3D interface
, Object
ProOutput
Function ProOutputBrepRepresentationFree
Description
Free a brep representation data structure.
Synopsis
#include <
ProIntf3Dexport.h
>
ProError
ProOutputBrepRepresentationFree
(
ProOutputBrepRepresentation
representation
/* (In)
The brep representation structure.
*/
)
Returns
PRO_TK_NO_ERROR
The function freed the options.
PRO_TK_BAD_INPUTS
The argument was invalid.
Manual References:
Interface: Data Exchange: Exporting 3D Models
Interface: Data Exchange: Exporting 3D Models
Sample Code References:
pt_userguide ( UgInterfaceExport.c )
pt_userguide ( UgInterfaceExport.c )