 |
PK_BODY_imprint_plane_o_t |
|
struct PK_BODY_imprint_plane_o_s
{
int o_t_version; --- version number of option structure
PK_LOGICAL_t have_tolerance; --- whether a tolerance is provided
--- (PK_LOGICAL_false)
double tolerance; --- operation tolerance (0.0)
PK_imprint_dir_t imprint_dir; --- whether imprinted edges should
--- have consistent direction
--- (PK_imprint_dir_no_check_c)
};
typedef struct PK_BODY_imprint_plane_o_s PK_BODY_imprint_plane_o_t;
This structure provides optional controls for PK_BODY_imprint_plane_2.
Used in:
PK_BODY_imprint_plane_2
Description of fields:
'have_tolerance' Indicates whether an operation tolerance is being
passed in through the 'tolerance' parameter.
'tolerance' This is the tolerance used to solve any resolution
problems during the imprinting operation. It may also
be used to create SP-curves on the imprinted edges.
A value of 0.0 (the default) will result in accurate
imprinted edges.
'imprint_dir' If enabled, the directions of imprinted edges are
made consistent where possible. Parasolid's
definition of consistency is described here.
Edges for which a consistent
direction cannot be determined will be reported with
a PK_REPORT_1_imp_dir_undef_c record.
Generated on: Fri, 04 Oct 2024 12:16:57 GMT