 |
PK_PARTITION_ask_facet_geom_o_t |
|
struct PK_PARTITION_ask_facet_geom_o_s
{
int o_t_version; --- version number of
--- option structure
PK_LOGICAL_t want_parts; --- whether parts with
--- facet geometry and
--- their categorisation
--- are returned
--- (PK_LOGICAL_false)
PK_LOGICAL_t want_geoms; --- whether facet
--- geometries are
--- returned
--- (PK_LOGICAL_false)
};
typedef struct PK_PARTITION_ask_facet_geom_o_s PK_PARTITION_ask_facet_geom_o_t;
This structure contains optional controls for PK_PARTITION_ask_facet_geom
Used in:
PK_PARTITION_ask_facet_geom
Description of fields:
'want_parts' If set to PK_LOGICAL_true, all parts
containing facet geometry (meshes and/or
polylines) will be returned as well as
the number of such parts present.
'want_geoms' If set to PK_LOGICAL_true, all orphan
meshes and/or polylines will be returned as
well as the number of such geometries present.