 |
PK_fill_hole_deriv_conds_t |
|
struct PK_fill_hole_deriv_conds_s
{
PK_fill_hole_clamp_t type;
PK_fill_hole_clamp_planar_t planar_clamp;
};
typedef struct PK_fill_hole_deriv_conds_s PK_fill_hole_deriv_conds_t;
This structure holds controls on the behaviour of the derivatives of a patch
created by PK_BODY_fill_hole, which is achieved by applying clamps at the
bodies supplied in the 'supporting_bodies' array.
Currently, only a planar clamp may be applied to an acorn supporting body.
Used in:
PK_BODY_fill_hole_o_t
The derivative conditions structure has the following fields.
'type' Indicates the type of derivative conditions to be
applied to the derivatives of the created patch at the
supporting bodies supplied in the 'supporting_bodies'
array.
If 'type' is set to PK_fill_hole_clamp_no_c (the
default), then no field is examined for the description
of the clamp.
If 'type' is set to PK_fill_hole_clamp_planar_c, then
the planar_clamp field is examined for the description
of the clamp.
'planar_clamp' Specifies the planar clamp that is to be applied to the
supporting body.