Warning, /include/opencascade/HLRBRep_HLRToShape.lxx is written in an unsupported language. File is not indexed.
0001 // Created on: 1993-11-02
0002 // Created by: Christophe MARION
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 #include <TopoDS_Shape.hxx>
0018
0019 //=================================================================================================
0020
0021 inline TopoDS_Shape HLRBRep_HLRToShape::VCompound()
0022 {
0023 return InternalCompound(5, true, TopoDS_Shape());
0024 }
0025
0026 //=================================================================================================
0027
0028 inline TopoDS_Shape HLRBRep_HLRToShape::VCompound(const TopoDS_Shape& S)
0029 {
0030 return InternalCompound(5, true, S);
0031 }
0032
0033 //=================================================================================================
0034
0035 inline TopoDS_Shape HLRBRep_HLRToShape::Rg1LineVCompound()
0036 {
0037 return InternalCompound(3, true, TopoDS_Shape());
0038 }
0039
0040 //=================================================================================================
0041
0042 inline TopoDS_Shape HLRBRep_HLRToShape::Rg1LineVCompound(const TopoDS_Shape& S)
0043 {
0044 return InternalCompound(3, true, S);
0045 }
0046
0047 //=================================================================================================
0048
0049 inline TopoDS_Shape HLRBRep_HLRToShape::RgNLineVCompound()
0050 {
0051 return InternalCompound(4, true, TopoDS_Shape());
0052 }
0053
0054 //=================================================================================================
0055
0056 inline TopoDS_Shape HLRBRep_HLRToShape::RgNLineVCompound(const TopoDS_Shape& S)
0057 {
0058 return InternalCompound(4, true, S);
0059 }
0060
0061 //=================================================================================================
0062
0063 inline TopoDS_Shape HLRBRep_HLRToShape::OutLineVCompound()
0064 {
0065 return InternalCompound(2, true, TopoDS_Shape());
0066 }
0067
0068 //=================================================================================================
0069
0070 inline TopoDS_Shape HLRBRep_HLRToShape::OutLineVCompound3d()
0071 {
0072 return InternalCompound(2, true, TopoDS_Shape(), true);
0073 }
0074
0075 //=================================================================================================
0076
0077 inline TopoDS_Shape HLRBRep_HLRToShape::OutLineVCompound(const TopoDS_Shape& S)
0078 {
0079 return InternalCompound(2, true, S);
0080 }
0081
0082 //=================================================================================================
0083
0084 inline TopoDS_Shape HLRBRep_HLRToShape::IsoLineVCompound()
0085 {
0086 return InternalCompound(1, true, TopoDS_Shape());
0087 }
0088
0089 //=================================================================================================
0090
0091 inline TopoDS_Shape HLRBRep_HLRToShape::IsoLineVCompound(const TopoDS_Shape& S)
0092 {
0093 return InternalCompound(1, true, S);
0094 }
0095
0096 //=================================================================================================
0097
0098 inline TopoDS_Shape HLRBRep_HLRToShape::HCompound()
0099 {
0100 return InternalCompound(5, false, TopoDS_Shape());
0101 }
0102
0103 //=================================================================================================
0104
0105 inline TopoDS_Shape HLRBRep_HLRToShape::HCompound(const TopoDS_Shape& S)
0106 {
0107 return InternalCompound(5, false, S);
0108 }
0109
0110 //=================================================================================================
0111
0112 inline TopoDS_Shape HLRBRep_HLRToShape::Rg1LineHCompound()
0113 {
0114 return InternalCompound(3, false, TopoDS_Shape());
0115 }
0116
0117 //=================================================================================================
0118
0119 inline TopoDS_Shape HLRBRep_HLRToShape::Rg1LineHCompound(const TopoDS_Shape& S)
0120 {
0121 return InternalCompound(3, false, S);
0122 }
0123
0124 //=================================================================================================
0125
0126 inline TopoDS_Shape HLRBRep_HLRToShape::RgNLineHCompound()
0127 {
0128 return InternalCompound(4, false, TopoDS_Shape());
0129 }
0130
0131 //=================================================================================================
0132
0133 inline TopoDS_Shape HLRBRep_HLRToShape::RgNLineHCompound(const TopoDS_Shape& S)
0134 {
0135 return InternalCompound(4, false, S);
0136 }
0137
0138 //=================================================================================================
0139
0140 inline TopoDS_Shape HLRBRep_HLRToShape::OutLineHCompound()
0141 {
0142 return InternalCompound(2, false, TopoDS_Shape());
0143 }
0144
0145 //=================================================================================================
0146
0147 inline TopoDS_Shape HLRBRep_HLRToShape::OutLineHCompound(const TopoDS_Shape& S)
0148 {
0149 return InternalCompound(2, false, S);
0150 }
0151
0152 //=================================================================================================
0153
0154 inline TopoDS_Shape HLRBRep_HLRToShape::IsoLineHCompound()
0155 {
0156 return InternalCompound(1, false, TopoDS_Shape());
0157 }
0158
0159 //=================================================================================================
0160
0161 inline TopoDS_Shape HLRBRep_HLRToShape::IsoLineHCompound(const TopoDS_Shape& S)
0162 {
0163 return InternalCompound(1, false, S);
0164 }
0165
0166 //=================================================================================================
0167
0168 inline TopoDS_Shape HLRBRep_HLRToShape::CompoundOfEdges(const HLRBRep_TypeOfResultingEdge type,
0169 const bool visible,
0170 const bool In3d)
0171 {
0172 return InternalCompound(type, visible, TopoDS_Shape(), In3d);
0173 }
0174
0175 //=================================================================================================
0176
0177 inline TopoDS_Shape HLRBRep_HLRToShape::CompoundOfEdges(const TopoDS_Shape& S,
0178 const HLRBRep_TypeOfResultingEdge type,
0179 const bool visible,
0180 const bool In3d)
0181 {
0182 return InternalCompound(type, visible, S, In3d);
0183 }