struct PK_BODY_fix_blends_o_s
{
int o_t_version; --- version number of option
--- structure
PK_LOGICAL_t local_check; --- whether to perform local
--- checking ( PK_LOGICAL_false )
PK_LOGICAL_t vx_twin; --- return vertex tag for vertex
--- blend ( PK_LOGICAL_false )
PK_blend_local_check_t checks; --- which local checks to perform
PK_blend_setback_data_t setback_data; --- data defining any setbacks
PK_blend_transfer_topol_t transfer; --- whether to move topology to
--- blend
---(PK_blend_transfer_topol_no_c)
PK_blend_fix_propagate_t propagate; --- whether to propagate
--- blend edges
PK_blend_vx_blend_data_t vx_blend_data; --- data defining any vertex
--- blends
PK_blend_y_blend_data_t y_blend_data; --- data defining any y-shaped
--- vertex blends
PK_LOGICAL_t preserve_notch; --- retain notch shape
--- (PK_LOGICAL_false)
PK_blend_edge_update_t update; --- update flag for v13.0
--- (PK_blend_edge_update_O_c)
};
typedef struct PK_BODY_fix_blends_o_s PK_BODY_fix_blends_o_t;
Holds optional controls for fixing blends on a body.
The option structure defines options applicable to fixing blends on a body.