PK_VERTEX_optimise_result_t   

typedef int PK_VERTEX_optimise_result_t;

Used in:

PK_VERTEX_optimise


This datatype specifies whether the vertex has been modified.

It has the values:
    PK_VERTEX_optimise_success_c:    The maximum deviation of the vertex is
                                     less than or equal to the requested
                                     maximum deviation. The position of the
                                     vertex has been optimised and modified
                                     if required. Trimmed curves will have
                                     been re-trimmed if required.

                                     In addition the tolerance of the vertex
                                     may have been modified (subject to
                                     constraints) to reflect the optimised
                                     maximum deviation.

    PK_VERTEX_optimise_failure_c:    Parasolid was unable to satisfy the
                                     requested maximum deviation.

                                     The vertex was not modified.

                                     The geometries of faces and edges may
                                     have been extended but remain valid.

                                     The underlying curves of trimmed curves
                                     may have been extended but the trimmed
                                     curves remain unmodified.