 |
PK_EDGE_delete_o_t |
|
struct PK_EDGE_delete_o_s
{
int o_t_version; --- version number of option structure
PK_local_ops_update_t update; --- update flag
--- (PK_local_ops_update_default_c)
};
typedef struct PK_EDGE_delete_o_s PK_EDGE_delete_o_t;
This options structure holds optional controls for PK_EDGE_delete
Used in:
PK_EDGE_delete
Description of fields:
'update' The default value allows applications to take
advantage of the latest enhancements of the generic
algorithms supporting Parasolid local operations
functions. To maintain consistency when rebuilding
models created in a previous version of Parasolid,
a non-default value should be specified.
The default value is PK_local_ops_update_default_c