 |
PK_VERTEX_limit_t |
|
typedef int PK_VERTEX_limit_t;
Used in:
PK_BODY_offset_o_t
PK_FACE_change_o_t
PK_FACE_offset_o_t
This datatype is used to specify how to constrain the maximum tolerance
required by each vertex. It has three values:
PK_VERTEX_limit_no_c Set vertex tolerances automatically. This
may result in vertices having undesirably
large tolerances.
PK_VERTEX_limit_report_c Report any vertices on which the operation
set undesirably large tolerances with a
PK_REPORT_1_vx_large_tol_c record.
PK_VERTEX_limit_yes_c Fail if the operation would set undesirably
large tolerances on any vertices.
A tolerance is considered undesirably large if it is more than the value
of the operation tolerance or twice the original tolerance, whichever is
the larger.