PK_blend_output_sheet_t   

typedef int PK_blend_output_sheet_t;

Used in:

PK_BODY_fix_blends_o_t


This datatype determines if a blend sheet body (possibly disjoint) will be
created.

It has the values:
   PK_blend_output_sheet_no_c           A blend sheet body will not be created.
   PK_blend_output_sheet_yes_c          A blend sheet body (possibly disjoint)
                                        will be created and the blend faces
                                        referencing the sheet body returned.
                                        The original body is left unchanged.
                                        This occurs regardless of the 'fault'
                                        returned from PK_BODY_fix_blends.
   PK_blend_output_sheet_on_fail_c      If the call to PK_BODY_fix_blends
                                        returns a 'fault' other than
                                        PK_blend_fault_no_fault_c, a blend
                                        sheet body (possibly disjoint) may be
                                        created and the blend faces referencing
                                        the sheet body returned. The original
                                        body is left unchanged. If the call to
                                        PK_BODY_fix_blends returns the 'fault'
                                        PK_blend_fault_no_fault_c, blend faces
                                        will be fixed to the original body and
                                        a blend sheet body is not created.

The blend sheet body produced with the PK_blend_output_sheet_on_fail_c option
may not remain consistent over different builds of Parasolid. Future
improvements to blending functionality may result in failing blends succeeding.
Thus, application updates should not depend upon a blend failing and producing
a blend sheet body.