Warning, /include/opencascade/ShapeFix_Face.lxx is written in an unsupported language. File is not indexed.
0001 // Copyright (c) 1999-2014 OPEN CASCADE SAS
0002 //
0003 // This file is part of Open CASCADE Technology software library.
0004 //
0005 // This library is free software; you can redistribute it and/or modify it under
0006 // the terms of the GNU Lesser General Public License version 2.1 as published
0007 // by the Free Software Foundation, with special exception defined in the file
0008 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0009 // distribution for complete text of the license and disclaimer of any warranty.
0010 //
0011 // Alternatively, this file may be used under the terms of Open CASCADE
0012 // commercial license or contractual agreement.
0013
0014 #include <ShapeExtend.hxx>
0015
0016 //=======================================================================
0017 //function : FixWireMode
0018 //purpose :
0019 //=======================================================================
0020
0021 inline Standard_Integer& ShapeFix_Face::FixWireMode()
0022 {
0023 return myFixWireMode;
0024 }
0025
0026 //=======================================================================
0027 //function : FixOrientationMode
0028 //purpose :
0029 //=======================================================================
0030
0031 inline Standard_Integer& ShapeFix_Face::FixOrientationMode()
0032 {
0033 return myFixOrientationMode;
0034 }
0035
0036 //=======================================================================
0037 //function : FixAddNaturalBoundMode
0038 //purpose :
0039 //=======================================================================
0040
0041 inline Standard_Integer& ShapeFix_Face::FixAddNaturalBoundMode()
0042 {
0043 return myFixAddNaturalBoundMode;
0044 }
0045
0046 //=======================================================================
0047 //function : FixMissingSeamMode
0048 //purpose :
0049 //=======================================================================
0050
0051 inline Standard_Integer& ShapeFix_Face::FixMissingSeamMode()
0052 {
0053 return myFixMissingSeamMode;
0054 }
0055
0056 //=======================================================================
0057 //function : FixSmallAreaWireMode
0058 //purpose :
0059 //=======================================================================
0060
0061 inline Standard_Integer& ShapeFix_Face::FixSmallAreaWireMode()
0062 {
0063 return myFixSmallAreaWireMode;
0064 }
0065
0066 //=======================================================================
0067 //function : RemoveSmallAreaFaceMode
0068 //purpose :
0069 //=======================================================================
0070
0071 inline Standard_Integer& ShapeFix_Face::RemoveSmallAreaFaceMode()
0072 {
0073 return myRemoveSmallAreaFaceMode;
0074 }
0075
0076 //=======================================================================
0077 //function : FixIntersectingWiresMode
0078 //purpose :
0079 //=======================================================================
0080
0081 inline Standard_Integer& ShapeFix_Face::FixIntersectingWiresMode()
0082 {
0083 return myFixIntersectingWiresMode;
0084 }
0085
0086 //=======================================================================
0087 //function : FixLoopWiresMode
0088 //purpose :
0089 //=======================================================================
0090
0091 inline Standard_Integer& ShapeFix_Face::FixLoopWiresMode()
0092 {
0093 return myFixLoopWiresMode;
0094 }
0095
0096 //=======================================================================
0097 //function : FixSplitFaceMode
0098 //purpose :
0099 //=======================================================================
0100
0101 inline Standard_Integer& ShapeFix_Face::FixSplitFaceMode()
0102 {
0103 return myFixSplitFaceMode;
0104 }
0105
0106 //=======================================================================
0107 //function : AutoCorrectPrecisionMode
0108 //purpose :
0109 //=======================================================================
0110
0111 inline Standard_Integer& ShapeFix_Face::AutoCorrectPrecisionMode()
0112 {
0113 return myAutoCorrectPrecisionMode;
0114 }
0115
0116 //=======================================================================
0117 //function : FixPeriodicDegeneratedMode
0118 //purpose :
0119 //=======================================================================
0120
0121 inline Standard_Integer& ShapeFix_Face::FixPeriodicDegeneratedMode()
0122 {
0123 return myFixPeriodicDegenerated;
0124 }
0125
0126 //=======================================================================
0127 //function : Face
0128 //purpose :
0129 //=======================================================================
0130
0131 inline TopoDS_Face ShapeFix_Face::Face() const
0132 {
0133 return myFace;
0134 }
0135
0136 //=======================================================================
0137 //function : Result
0138 //purpose :
0139 //=======================================================================
0140
0141 inline TopoDS_Shape ShapeFix_Face::Result() const
0142 {
0143 return myResult;
0144 }
0145
0146 //=======================================================================
0147 //function : Status
0148 //purpose :
0149 //=======================================================================
0150
0151 inline Standard_Boolean ShapeFix_Face::Status (const ShapeExtend_Status status) const
0152 {
0153 return ShapeExtend::DecodeStatus ( myStatus, status );
0154 }
0155
0156 //=======================================================================
0157 //function : FixWireTool
0158 //purpose :
0159 //=======================================================================
0160
0161 inline Handle(ShapeFix_Wire) ShapeFix_Face::FixWireTool()
0162 {
0163 return myFixWire;
0164 }