File indexing completed on 2026-09-14 09:16:09
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _StepToTopoDS_TranslateCompositeCurve_HeaderFile
0018 #define _StepToTopoDS_TranslateCompositeCurve_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023
0024 #include <TopoDS_Wire.hxx>
0025 #include <StepToTopoDS_Root.hxx>
0026 class StepGeom_CompositeCurve;
0027 class Transfer_TransientProcess;
0028 class StepGeom_Surface;
0029 class Geom_Surface;
0030
0031
0032
0033
0034
0035
0036
0037
0038 class StepToTopoDS_TranslateCompositeCurve : public StepToTopoDS_Root
0039 {
0040 public:
0041 DEFINE_STANDARD_ALLOC
0042
0043
0044 Standard_EXPORT StepToTopoDS_TranslateCompositeCurve();
0045
0046
0047 Standard_EXPORT StepToTopoDS_TranslateCompositeCurve(
0048 const occ::handle<StepGeom_CompositeCurve>& CC,
0049 const occ::handle<Transfer_TransientProcess>& TP,
0050 const StepData_Factors& theLocalFactors = StepData_Factors());
0051
0052
0053 Standard_EXPORT StepToTopoDS_TranslateCompositeCurve(
0054 const occ::handle<StepGeom_CompositeCurve>& CC,
0055 const occ::handle<Transfer_TransientProcess>& TP,
0056 const occ::handle<StepGeom_Surface>& S,
0057 const occ::handle<Geom_Surface>& Surf,
0058 const StepData_Factors& theLocalFactors = StepData_Factors());
0059
0060
0061 Standard_EXPORT bool Init(const occ::handle<StepGeom_CompositeCurve>& CC,
0062 const occ::handle<Transfer_TransientProcess>& TP,
0063 const StepData_Factors& theLocalFactors = StepData_Factors());
0064
0065
0066 Standard_EXPORT bool Init(const occ::handle<StepGeom_CompositeCurve>& CC,
0067 const occ::handle<Transfer_TransientProcess>& TP,
0068 const occ::handle<StepGeom_Surface>& S,
0069 const occ::handle<Geom_Surface>& Surf,
0070 const StepData_Factors& theLocalFactors = StepData_Factors());
0071
0072
0073 Standard_EXPORT const TopoDS_Wire& Value() const;
0074
0075
0076 bool IsInfiniteSegment() const;
0077
0078 private:
0079 TopoDS_Wire myWire;
0080 bool myInfiniteSegment;
0081 };
0082
0083 #include <StepToTopoDS_TranslateCompositeCurve.lxx>
0084
0085 #endif