 |
PK_LATTICE_make_bodies_o_t |
|
struct PK_LATTICE_make_bodies_o_s
{
int o_t_version; --- version of option structure
double distance_tolerance; --- distance tolerance between the body and
--- the lattice (0.0)
};
typedef struct PK_LATTICE_make_bodies_o_s PK_LATTICE_make_bodies_o_t;
This structure contains optional controls for PK_LATTICE_make_bodies
Used in:
PK_LATTICE_make_bodies
The options provided are:
'distance_tolerance' : This value controls the maximum distance from a position
on the body to the lattice.
When the 'distance_tolerance' is set to default value
(i.e. zero) Parasolid will find an approriate tolerance.