 |
PK_PARTITION_create_o_t |
|
struct PK_PARTITION_create_o_s
{
int o_t_version; --- version number of structure
PK_LOGICAL_t allow_partial_pmarks;--- whether to allow partial
--- pmarks to be set
--- (PK_LOGICAL_false)
};
typedef struct PK_PARTITION_create_o_s PK_PARTITION_create_o_t;
This structure contains optional controls for PK_PARTITION_create.
Used in:
PK_PARTITION_create
Description of fields:
'allow_partial_pmarks' Whether this partition is allowed to contain
partial pmarks. Partial pmarks, and the
partition allowed to contain them, are subject
to additional restrictions. By default,
partitions are not allowed to contain partial
pmarks. (PK_LOGICAL_false)
Partitions that allow partial pmarks and defer
loading meshes may be required to receive the
data multiple times. It is the application's
responsibility to ensure the source data is
available.
Note: You are advised to consult with Parasolid Support before using
partial pmarks.