Category 3D interface, Object ProOutput

Function ProOutputInclusionFacetparamsSet


Description
Sets the values to use while exporting the model to a faceted format such as PRO_INTF_EXPORT_CATIA_CGR.

 This API will be deprecated - use ProOutputInclusionWithOptionsSet instead. This API is equivalent to ProOutputInclusionWithOptionsSet with only PRO_FACET_STEP_SIZE_OFF set for config_flags

Synopsis
#include <ProIntf3Dexport.h>
ProErrorProOutputInclusionFacetparamsSet(
ProOutputInclusion inclusion
/* (In)
The inclusion structure.
*/
double chord_height
/* (In)
The chord height to use for the exported facets.
*/
double angle_control
/* (In)
The angle control to use for the exported facets. Value is from 0.0 to 1.0.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSThe input arguments were invalid.

Manual References:

  1. Interface: Data Exchange: Exporting 3D Models
  2. Interface: Data Exchange: Exporting 3D Models