struct PK_BODY_sweep_status_s
{
PK_BODY_sweep_fault_t fault;
PK_VECTOR_t fault_location;
PK_TOPOL_t fault_topol;
};
typedef struct PK_BODY_sweep_status_s PK_BODY_sweep_status_r_t;
A structure packaging status and error location information
The structure has the following fields :
fault A token indicating the degree of success in completing
the swept body. Note that this may indicate failure
even where PK_BODY_make_swept_body/profiles returns
PK_ERROR_no_errors.
fault_location The three space point where the error is located, or from
where it originated.
fault_topol The topology on which the error is located, or from which
it originated.