Back to home page

EIC code displayed by LXR

 
 

    


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

0001 // Created on: 2016-10-14
0002 // Created by: Aleksandr Bobkov
0003 // Copyright (c) 1993-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 _HLRAlgo_PolyMask_HeaderFile
0018 #define _HLRAlgo_PolyMask_HeaderFile
0019 
0020 enum HLRAlgo_PolyMask
0021 {
0022   HLRAlgo_PolyMask_EMskOutLin1 =    1,
0023   HLRAlgo_PolyMask_EMskOutLin2 =    2,
0024   HLRAlgo_PolyMask_EMskOutLin3 =    4,
0025   HLRAlgo_PolyMask_EMskGrALin1 =    8,
0026   HLRAlgo_PolyMask_EMskGrALin2 =   16,
0027   HLRAlgo_PolyMask_EMskGrALin3 =   32,
0028   HLRAlgo_PolyMask_FMskBack    =   64,
0029   HLRAlgo_PolyMask_FMskSide    =  128,
0030   HLRAlgo_PolyMask_FMskHiding  =  256,
0031   HLRAlgo_PolyMask_FMskFlat    =  512,
0032   HLRAlgo_PolyMask_FMskOnOutL  = 1024,
0033   HLRAlgo_PolyMask_FMskOrBack  = 2048,
0034   HLRAlgo_PolyMask_FMskFrBack  = 4096
0035 };
0036 
0037 #endif // _HLRAlgo_PolyData_HeaderFile