PK_BODY_loft_status_r_t   


struct PK_BODY_loft_status_r_s
    {
    PK_BODY_loft_fault_t         fault;
    PK_VECTOR_t                  fault_location;
    PK_TOPOL_t                   fault_topol;
    };

typedef struct PK_BODY_loft_status_r_s PK_BODY_loft_status_r_t;



The structure packages status and fault location information


The structure has the following fields :

fault             A token indicating the degree of success in completing
                    the lofted body. Note that this may indicate failure
                    even where PK_BODY_make_lofted_body returns
                    PK_ERROR_no_errors.

fault_location    The three space point where the fault is located, or from
                    where it originated.

fault_topol       The topology on which the fault is located, or from which
                    it originated.