summaryrefslogtreecommitdiff
path: root/inc/IFSelect_PrintFail.hxx
blob: 7ce0ecef716280900972b5142ff44995ee25a609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _IFSelect_PrintFail_HeaderFile
#define _IFSelect_PrintFail_HeaderFile


//! Lets you choose the manner in which you want to analyze an <br>
//! IGES or STEP file. Your analysis can be either message-oriented or <br>
//! entity-oriented. The specific values are as follows: <br>
//! - ItemsByEntity is a sequential list of all <br>
//! messages per entity of the defined type <br>
//! - CountByItem is the number of entities of the defined <br>
//! type, with their rank number per message <br>
//! - ShortByItem is the number of entities of the defined <br>
//! type, with their types per message; displays the rank <br>
//! numbers of the first five entities of the defined type <br>
//! per message <br>
//! - ListByItem is the number of entities of the defined type <br>
//! per message and the numbers of the entities <br>
//! - EntitiesByItem is the number of entities of the <br>
//! defined type, with their types, rank numbers and <br>
//! Directory Entry numbers per message <br>
//! - GeneralInfo is general information on transfer such as: <br>
//!    -      number of entities <br>
//!    -      number of roots <br>
//!    -      number of resulting Open CASCADE shapes <br>
//!    -      number of warnings and failures <br>
//!    -      CountSummary summary statistics for counters and signatures <br>
//!    -      ResultCount information that contains the number of <br>
//!       roots in the IGES file and the number of resulting Open CASCADE shapes. <br>
//!  -       Mapping of the IGES root entities to the resulting Open <br>
//!   CASCADE shape (including type and form of the IGES entity <br>
//! and type of the resulting shape). <br>
enum IFSelect_PrintFail {
IFSelect_FailOnly,
IFSelect_FailAndWarn
};

#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif

#endif