![]() |
PK_force_continuity_t |
typedef int PK_force_continuity_t;
PK_CURVE_make_bcurve_array_o_t
PK_CURVE_make_bcurve_o_t
PK_SURF_make_bsurf_array_o_t
PK_SURF_make_bsurf_o_t
This datatype is used to control the level of continuity when generating geometry. PK_force_continuity_t has the values: PK_force_continuity_no_c No restriction is placed on the continuity of the resultant geometry. PK_force_continuity_prefer_c The resultant geometry will have the level of continuity specified if possible. If not the function may return geometry with a lower level of continuity. PK_force_continuity_yes_c The resultant geometry will have the level of continuity specified. If this is not possible, the function will fail.