Warning, /include/opencascade/ShapeCustom_RestrictionParameters.lxx is written in an unsupported language. File is not indexed.
0001 // Created on: 2000-05-22
0002 // Created by: data exchange team
0003 // Copyright (c) 2000-2014 OPEN CASCADE SAS
0004 //
0005 // This file is part of Open CASCADE Technology software library.
0006 //
0007 // This library is free software; you can redistribute it and/or modify it under
0008 // the terms of the GNU Lesser General Public License version 2.1 as published
0009 // by the Free Software Foundation, with special exception defined in the file
0010 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0011 // distribution for complete text of the license and disclaimer of any warranty.
0012 //
0013 // Alternatively, this file may be used under the terms of Open CASCADE
0014 // commercial license or contractual agreement.
0015
0016 //=======================================================================
0017 //function : GMaxDegree
0018 //purpose :
0019 //=======================================================================
0020
0021 inline Standard_Integer& ShapeCustom_RestrictionParameters::GMaxDegree()
0022 {
0023 return myGMaxDegree;
0024 }
0025
0026 //=======================================================================
0027 //function : GMaxSeg
0028 //purpose :
0029 //=======================================================================
0030
0031 inline Standard_Integer& ShapeCustom_RestrictionParameters::GMaxSeg()
0032 {
0033 return myGMaxSeg;
0034 }
0035
0036 //=======================================================================
0037 //function : ConvertPlane
0038 //purpose :
0039 //=======================================================================
0040
0041 inline Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertPlane()
0042 {
0043 return myConvPlane;
0044 }
0045
0046 //=======================================================================
0047 //function : ConvertBezierSurf
0048 //purpose :
0049 //=======================================================================
0050
0051 inline Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertBezierSurf()
0052 {
0053 return myConvBezierSurf;
0054 }
0055
0056 //=======================================================================
0057 //function : ConvertRevolutionSurf
0058 //purpose :
0059 //=======================================================================
0060
0061 inline Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertRevolutionSurf()
0062 {
0063 return myConvRevolSurf;
0064 }
0065
0066 //=======================================================================
0067 //function : ConvertExtrusionSurf
0068 //purpose :
0069 //=======================================================================
0070
0071 inline Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertExtrusionSurf()
0072 {
0073 return myConvExtrSurf;
0074 }
0075
0076 //=======================================================================
0077 //function : ConvertOffsetSurf
0078 //purpose :
0079 //=======================================================================
0080
0081 inline Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertOffsetSurf()
0082 {
0083 return myConvOffsetSurf;
0084 }
0085
0086 //=======================================================================
0087 //function : SegmentSurfaceMode
0088 //purpose :
0089 //=======================================================================
0090
0091 inline Standard_Boolean& ShapeCustom_RestrictionParameters::SegmentSurfaceMode()
0092 {
0093 return mySegmentSurfaceMode;
0094 }
0095
0096 //=======================================================================
0097 //function : ConvertCurve3d
0098 //purpose :
0099 //=======================================================================
0100
0101 inline Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertCurve3d()
0102 {
0103 return myConvCurve3d;
0104 }
0105
0106 //=======================================================================
0107 //function : ConvertOffsetCurv3d
0108 //purpose :
0109 //=======================================================================
0110
0111 inline Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertOffsetCurv3d()
0112 {
0113 return myConvOffsetCurv3d;
0114 }
0115
0116 //=======================================================================
0117 //function : ConvertCurve2d
0118 //purpose :
0119 //=======================================================================
0120
0121 inline Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertCurve2d()
0122 {
0123 return myConvCurve2d;
0124 }
0125
0126 //=======================================================================
0127 //function : ConvertOffsetCurv2d
0128 //purpose :
0129 //=======================================================================
0130
0131 inline Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertOffsetCurv2d()
0132 {
0133 return myConvOffsetCurv2d;
0134 }
0135
0136 //=======================================================================
0137 //function : ConvertConicalSurface
0138 //purpose :
0139 //=======================================================================
0140 inline Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertConicalSurf()
0141 {
0142 return myConvConicalSurf;
0143 }
0144
0145 //=======================================================================
0146 //function : ConvertSphericalSurf
0147 //purpose :
0148 //=======================================================================
0149 inline Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertSphericalSurf()
0150 {
0151 return myConvSphericalSurf;
0152 }
0153
0154 //=======================================================================
0155 //function : ConvertToroidalSurf
0156 //purpose :
0157 //=======================================================================
0158 inline Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertToroidalSurf()
0159 {
0160 return myConvCylindricalSurf;
0161 }
0162
0163 //=======================================================================
0164 //function : ConvertCylindricalSurf
0165 //purpose :
0166 //=======================================================================
0167 inline Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertCylindricalSurf()
0168 {
0169 return myConvToroidalSurf;
0170 }