Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:03:54

0001 // Created on: 1992-09-21
0002 // Created by: Christian CAILLET
0003 // Copyright (c) 1992-1999 Matra Datavision
0004 // Copyright (c) 1999-2014 OPEN CASCADE SAS
0005 //
0006 // This file is part of Open CASCADE Technology software library.
0007 //
0008 // This library is free software; you can redistribute it and/or modify it under
0009 // the terms of the GNU Lesser General Public License version 2.1 as published
0010 // by the Free Software Foundation, with special exception defined in the file
0011 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0012 // distribution for complete text of the license and disclaimer of any warranty.
0013 //
0014 // Alternatively, this file may be used under the terms of Open CASCADE
0015 // commercial license or contractual agreement.
0016 
0017 #ifndef _IFSelect_PrintCount_HeaderFile
0018 #define _IFSelect_PrintCount_HeaderFile
0019 
0020 
0021 //! Lets you choose the manner in which you want to analyze an
0022 //! IGES or STEP file. Your analysis can be either message-oriented or
0023 //! entity-oriented. The specific values are as follows:
0024 //! - ItemsByEntity is a sequential list of all
0025 //! messages per entity of the defined type
0026 //! - CountByItem is the number of entities of the defined
0027 //! type, with their rank number per message
0028 //! - ShortByItem is the number of entities of the defined
0029 //! type, with their types per message; displays the rank
0030 //! numbers of the first five entities of the defined type
0031 //! per message
0032 //! - ListByItem is the number of entities of the defined type
0033 //! per message and the numbers of the entities
0034 //! - EntitiesByItem is the number of entities of the
0035 //! defined type, with their types, rank numbers and
0036 //! Directory Entry numbers per message
0037 //! - GeneralInfo is general information on transfer such as:
0038 //! -      number of entities
0039 //! -      number of roots
0040 //! -      number of resulting Open CASCADE shapes
0041 //! -      number of warnings and failures
0042 //! -      CountSummary summary statistics for counters and signatures
0043 //! -      ResultCount information that contains the number of
0044 //! roots in the IGES file and the number of resulting Open CASCADE shapes.
0045 //! -       Mapping of the IGES root entities to the resulting Open
0046 //! CASCADE shape (including type and form of the IGES entity
0047 //! and type of the resulting shape).
0048 enum IFSelect_PrintCount
0049 {
0050 IFSelect_ItemsByEntity,
0051 IFSelect_CountByItem,
0052 IFSelect_ShortByItem,
0053 IFSelect_ListByItem,
0054 IFSelect_EntitiesByItem,
0055 IFSelect_CountSummary,
0056 IFSelect_GeneralInfo,
0057 IFSelect_Mapping,
0058 IFSelect_ResultCount
0059 };
0060 
0061 #endif // _IFSelect_PrintCount_HeaderFile