 |
PK_VERTEX_max_dev_t |
|
typedef int PK_VERTEX_max_dev_t;
Used in:
PK_VERTEX_optimise_o_t
This datatype determines if a value for 'max_dev' has been supplied
by the user or if the value for 'max_dev' is taken to be the current
tolerance of the vertex.
It has the values:
PK_VERTEX_max_dev_vertex_tol_c: Parasolid will seek to optimise the
vertex such that the maximum deviation
is less than the current tolerance of
the vertex. By definition, the condition
for success is already met but Parasolid
will seek to optimise to a smaller
maximum deviation where performance and
geometric constraints allow.
PK_VERTEX_max_dev_supplied_c: Parasolid will seek to optimise the
vertex such that the maximum deviation
is less than or equal to the value
supplied in 'max_dev'. Parasolid will
seek to optimise to a smaller maximum
deviation where performance and geometric
constraints allow.