DEPRECATED: | Since Creo 5.0.0.0 | |||||||
SUPERSEDED BY: | No successor will be provided. | |||||||
Description | ||||||||
Note: This function is deprecated. Set the inclusion flags in the inclusion structure. | ||||||||
Synopsis | ||||||||
#include <ProIntf3Dexport.h> | ||||||||
ProError | ProOutputInclusionFlagsSet | ( | ||||||
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 | ||||||||
|