Warning, /include/opencascade/ShapeUpgrade_ShapeConvertToBezier.lxx is written in an unsupported language. File is not indexed.
0001 // Created on: 1999-06-22
0002 // Created by: data exchange team
0003 // Copyright (c) 1999-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 //=======================================================================
0018 //function : Set2dConversion
0019 //purpose :
0020 //=======================================================================
0021
0022 inline void ShapeUpgrade_ShapeConvertToBezier::Set2dConversion(const Standard_Boolean mode)
0023 {
0024 my2dMode = mode;
0025 }
0026
0027 //=======================================================================
0028 //function : Get2dConversion
0029 //purpose :
0030 //=======================================================================
0031
0032 inline Standard_Boolean ShapeUpgrade_ShapeConvertToBezier::Get2dConversion() const
0033 {
0034 return my2dMode;
0035 }
0036
0037 //=======================================================================
0038 //function : Set3dConversion
0039 //purpose :
0040 //=======================================================================
0041
0042 inline void ShapeUpgrade_ShapeConvertToBezier::Set3dConversion(const Standard_Boolean mode)
0043 {
0044 my3dMode = mode;
0045 }
0046
0047 //=======================================================================
0048 //function : Get3dConversion
0049 //purpose :
0050 //=======================================================================
0051
0052 inline Standard_Boolean ShapeUpgrade_ShapeConvertToBezier::Get3dConversion() const
0053 {
0054 return my3dMode;
0055 }
0056
0057 //=======================================================================
0058 //function : SetSurfaceConversion
0059 //purpose :
0060 //=======================================================================
0061
0062 inline void ShapeUpgrade_ShapeConvertToBezier::SetSurfaceConversion(const Standard_Boolean mode)
0063 {
0064 mySurfaceMode = mode;
0065 }
0066
0067 //=======================================================================
0068 //function : GetSurfaceConversion
0069 //purpose :
0070 //=======================================================================
0071
0072 inline Standard_Boolean ShapeUpgrade_ShapeConvertToBezier::GetSurfaceConversion() const
0073 {
0074 return mySurfaceMode;
0075 }
0076
0077 //=======================================================================
0078 //function : Set3dLineConversion
0079 //purpose :
0080 //=======================================================================
0081
0082 inline void ShapeUpgrade_ShapeConvertToBezier::Set3dLineConversion(const Standard_Boolean mode)
0083 {
0084 my3dLineMode = mode;
0085 }
0086
0087 //=======================================================================
0088 //function : Get3dLineConversion
0089 //purpose :
0090 //=======================================================================
0091
0092 inline Standard_Boolean ShapeUpgrade_ShapeConvertToBezier::Get3dLineConversion() const
0093 {
0094 return my3dLineMode;
0095 }
0096
0097 //=======================================================================
0098 //function : Set3dCircleConversion
0099 //purpose :
0100 //=======================================================================
0101
0102 inline void ShapeUpgrade_ShapeConvertToBezier::Set3dCircleConversion(const Standard_Boolean mode)
0103 {
0104 my3dCircleMode = mode;
0105 }
0106
0107 //=======================================================================
0108 //function : Get3dCircleConversion
0109 //purpose :
0110 //=======================================================================
0111
0112 inline Standard_Boolean ShapeUpgrade_ShapeConvertToBezier::Get3dCircleConversion() const
0113 {
0114 return my3dCircleMode;
0115 }
0116
0117 //=======================================================================
0118 //function : Set3dConicConversion
0119 //purpose :
0120 //=======================================================================
0121
0122 inline void ShapeUpgrade_ShapeConvertToBezier::Set3dConicConversion(const Standard_Boolean mode)
0123 {
0124 my3dConicMode = mode;
0125 }
0126
0127 //=======================================================================
0128 //function : Get3dConicConversion
0129 //purpose :
0130 //=======================================================================
0131
0132 inline Standard_Boolean ShapeUpgrade_ShapeConvertToBezier::Get3dConicConversion() const
0133 {
0134 return my3dConicMode;
0135 }
0136
0137 //=======================================================================
0138 //function : SetPlaneMode
0139 //purpose :
0140 //=======================================================================
0141
0142 inline void ShapeUpgrade_ShapeConvertToBezier::SetPlaneMode(const Standard_Boolean mode)
0143 {
0144 myPlaneMode = mode;
0145 }
0146
0147 //=======================================================================
0148 //function : GetPlaneMode
0149 //purpose :
0150 //=======================================================================
0151
0152 inline Standard_Boolean ShapeUpgrade_ShapeConvertToBezier::GetPlaneMode() const
0153 {
0154 return myPlaneMode;
0155 }
0156
0157 //=======================================================================
0158 //function : SetRevolutionMode
0159 //purpose :
0160 //=======================================================================
0161
0162 inline void ShapeUpgrade_ShapeConvertToBezier::SetRevolutionMode(const Standard_Boolean mode)
0163 {
0164 myRevolutionMode = mode;
0165 }
0166
0167 //=======================================================================
0168 //function : GetRevolutionMode
0169 //purpose :
0170 //=======================================================================
0171
0172 inline Standard_Boolean ShapeUpgrade_ShapeConvertToBezier::GetRevolutionMode() const
0173 {
0174 return myRevolutionMode;
0175 }
0176
0177 //=======================================================================
0178 //function : SetExtrusionMode
0179 //purpose :
0180 //=======================================================================
0181
0182 inline void ShapeUpgrade_ShapeConvertToBezier::SetExtrusionMode(const Standard_Boolean mode)
0183 {
0184 myExtrusionMode = mode;
0185 }
0186
0187 //=======================================================================
0188 //function : GetExtrusionMode
0189 //purpose :
0190 //=======================================================================
0191
0192 inline Standard_Boolean ShapeUpgrade_ShapeConvertToBezier::GetExtrusionMode() const
0193 {
0194 return myExtrusionMode;
0195 }
0196
0197 //=======================================================================
0198 //function : SetBSplineMode
0199 //purpose :
0200 //=======================================================================
0201
0202 inline void ShapeUpgrade_ShapeConvertToBezier::SetBSplineMode(const Standard_Boolean mode)
0203 {
0204 myBSplineMode = mode;
0205 }
0206
0207 //=======================================================================
0208 //function : GetBSplineMode
0209 //purpose :
0210 //=======================================================================
0211
0212 inline Standard_Boolean ShapeUpgrade_ShapeConvertToBezier::GetBSplineMode() const
0213 {
0214 return myBSplineMode;
0215 }