File indexing completed on 2025-01-18 10:05:15
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
0039 class StepToTopoDS_TranslateCompositeCurve : public StepToTopoDS_Root
0040 {
0041 public:
0042
0043 DEFINE_STANDARD_ALLOC
0044
0045
0046
0047 Standard_EXPORT StepToTopoDS_TranslateCompositeCurve();
0048
0049
0050 Standard_EXPORT StepToTopoDS_TranslateCompositeCurve(const Handle(StepGeom_CompositeCurve)& CC,
0051 const Handle(Transfer_TransientProcess)& TP,
0052 const StepData_Factors& theLocalFactors);
0053
0054
0055 Standard_EXPORT StepToTopoDS_TranslateCompositeCurve(const Handle(StepGeom_CompositeCurve)& CC,
0056 const Handle(Transfer_TransientProcess)& TP,
0057 const Handle(StepGeom_Surface)& S,
0058 const Handle(Geom_Surface)& Surf,
0059 const StepData_Factors& theLocalFactors);
0060
0061
0062 Standard_EXPORT Standard_Boolean Init (const Handle(StepGeom_CompositeCurve)& CC,
0063 const Handle(Transfer_TransientProcess)& TP,
0064 const StepData_Factors& theLocalFactors);
0065
0066
0067 Standard_EXPORT Standard_Boolean Init (const Handle(StepGeom_CompositeCurve)& CC,
0068 const Handle(Transfer_TransientProcess)& TP,
0069 const Handle(StepGeom_Surface)& S,
0070 const Handle(Geom_Surface)& Surf,
0071 const StepData_Factors& theLocalFactors);
0072
0073
0074 Standard_EXPORT const TopoDS_Wire& Value() const;
0075
0076
0077 Standard_Boolean IsInfiniteSegment() const;
0078
0079
0080
0081
0082 protected:
0083
0084
0085
0086
0087
0088 private:
0089
0090
0091
0092 TopoDS_Wire myWire;
0093 Standard_Boolean myInfiniteSegment;
0094
0095
0096 };
0097
0098
0099 #include <StepToTopoDS_TranslateCompositeCurve.lxx>
0100
0101
0102
0103
0104
0105 #endif