 |
PK_fxf_error_t |
|
struct PK_fxf_error_s
{
PK_fxf_fault_t fault; --- blend fault
int n_topols; --- number of topols
PK_TOPOL_t *topols; --- associated topology
int n_points; --- number of points
PK_VECTOR_t *points; --- error points
int n_dists; --- number of lengths
double *dists; --- error lengths
};
typedef struct PK_fxf_error_s PK_fxf_error_t;
This structure returns blending faults and associated data.
Used in:
PK_FACE_make_blend
It contains the following fields:
'fault' a success status token of type PK_fxf_fault_t
'n_topols' the number of topological entities associated with the fault
'topols' an array of topological entities associated with the fault
'n_points' the number of vectors associated with the fault
'points' an array of vectors associated with the fault
'n_dists' the number of distance values associated with the fault
'dists' an array of distance values associated with the fault