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> | ||||||||
ProError | ProOutputInclusionFacetparamsSet | ( | ||||||
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 | ||||||||
|