 |
PK_proj_split_clash_t |
|
typedef int PK_proj_split_clash_t;
Used in:
PK_CURVE_project_o_t
This datatype controls how projected curves are split at clashes and
self-intersections.
It has the values:
PK_proj_split_clash_no_c Do not split projected curves at clashes or
self-intersections.
PK_proj_split_clash_self_c Only split individual projected curves at
self-intersections.
PK_proj_split_clash_all_c Split projection curves if they are
individually self-intersecting, or if
multiple projected curves intersect.