Category 3D interface, Object ProOutput

Function ProOutputInclusionAlloc


SUPERSEDED BY: No successor will be provided.
Description
Allocate an inclusion structure for use with the function ProIntf3DFileWrite. This API will be deprecated in future release.
Synopsis
#include <ProIntf3Dexport.h>
ProErrorProOutputInclusionAlloc(
ProOutputInclusion* inclusion
/* (Out)
The allocated inclusion structure.
*/
)
Returns
PRO_TK_NO_ERRORThe function allocated the options.
PRO_TK_BAD_INPUTSThe argument was invalid.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 M020: Exporting to Other File Formats Using the Export Profile Option
  2. Interface: Data Exchange: Exporting 3D Models
  3. Interface: Data Exchange: Exporting 3D Models

Sample Code References:

  1. pt_userguide ( UgInterfaceExport.c )