UF_CLEAR_summary_s (查看源代码)
 
定义在: uf_clear.h
 
也被称为:
 
概述
Contains the summary of the most recent analysis results.


Data Members

start_time
int
The starting time of the last
analysis run (in seconds since
00:00:00 1/1/1970.

end_time
int
The ending time of the last
analysis run (in seconds since
00:00:00 1/1/1970.

run_time
int
the total analysis time (in secs.)

version
int
The version of this analysis run.
This is a positive number.

analysis_mode
int
The analysis mode. One of
UF_CLEAR_QUICK_FACET,
UF_CLEAR_FULL_FACET,
UF_CLEAR_BEST_AVAILABLE,
UF_CLEAR_FACET_SOLID and
UF_CLEAR_SOLID.

num_lists
int
Number of object lists analyzed.
Can be either 1 or 2.

n_list1
int
The number of objects in list 1.

n_list2
int
The number of objects in list 2.

n_pairs
int
The number of pairs built from
the object lists.

excluded_pairs
int
The number of pairs that were
excluded from analysis, either
due to exclusion rules or
explicit pair exclusion.

changed_pairs
int
The number of pairs that had
changed since the previous
clearance analysis.

changed_objs
int
The number of objects that had
changed since the previous
clearance analysis.

checked_pairs
int
The total number of pairs that
underwent analysis.

new_n_hard
int
The total number of new hard
interferences.

new_n_soft
int
The total number of new soft
interferences.

new_n_touching
int
The total number of new touching
interferences.

new_n_containment
int
The total number of new containment
interferences.

new_n_all_interf
int
The total number of new
interferences.

n_hard
int
The total number of hard
interferences.

n_soft
int
The total number of soft
interferences.

n_touching
int
The total number of touching
interferences.

n_containment
int
The total number of containment
interferences.

n_all_interf
int
The total number of interferences.

job_aborted
int
Indicates if the analysis was
aborted. Valid values are
UF_CLEAR_NOT_ABORTED,
UF_CLEAR_ABORTED_BY_USER and
UF_CLEAR_ABORTED_ON_ERROR.

num_zones
int
The number of assembly zones used
by the analysis (batch only).