Category 3D interface, Object ProOutput

Function ProOutputInclusionFlagsSet


SUPERSEDED BY: No successor will be provided.
Description
Set the inclusion flags in the inclusion structure. This API will be deprecated in future release.
Synopsis
#include <ProIntf3Dexport.h>
ProErrorProOutputInclusionFlagsSet(
ProOutputInclusion inclusion
/* (In)
The inclusion structure.
*/
ProBoolean include_datums
/* (In)
Whether or not to include datums.
*/
ProBoolean include_blanked
/* (In)
Whether or not to include blanked entities. If PRO_B_TRUE, entities assigned to blanked layers will be exported. This is equivalent to the config option "intf_out_blanked_entities" being set to "yes". If PRO_B_FALSE, entities assigned to blanked layers will not be exported. This is equivalent to the config option "intf_out_blanked_entities" being set to "no".
*/
ProBoolean include_facetted
/* (In)
Whether or not to include facets.
*/
)
Returns
PRO_TK_NO_ERRORThe function allocated the options.
PRO_TK_BAD_INPUTSThe input arguments were 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 )