summaryrefslogtreecommitdiff
path: root/inc/TopoDSToStep_Tool.hxx
blob: ae1788cdc530d2af57c9c9b15e11a0fd1c707b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _TopoDSToStep_Tool_HeaderFile
#define _TopoDSToStep_Tool_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx>
#endif

#ifndef _MoniTool_DataMapOfShapeTransient_HeaderFile
#include <MoniTool_DataMapOfShapeTransient.hxx>
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif
#ifndef _Standard_Real_HeaderFile
#include <Standard_Real.hxx>
#endif
#ifndef _TopoDS_Shell_HeaderFile
#include <TopoDS_Shell.hxx>
#endif
#ifndef _TopoDS_Face_HeaderFile
#include <TopoDS_Face.hxx>
#endif
#ifndef _TopoDS_Wire_HeaderFile
#include <TopoDS_Wire.hxx>
#endif
#ifndef _TopoDS_Edge_HeaderFile
#include <TopoDS_Edge.hxx>
#endif
#ifndef _TopoDS_Vertex_HeaderFile
#include <TopoDS_Vertex.hxx>
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_StepShape_TopologicalRepresentationItem_HeaderFile
#include <Handle_StepShape_TopologicalRepresentationItem.hxx>
#endif
class MoniTool_DataMapOfShapeTransient;
class TopoDS_Shape;
class StepShape_TopologicalRepresentationItem;
class TopoDS_Shell;
class TopoDS_Face;
class TopoDS_Wire;
class TopoDS_Edge;
class TopoDS_Vertex;


//! This Tool Class provides Information to build <br>
//!          a ProSTEP Shape model from a Cas.Cad BRep. <br>
class TopoDSToStep_Tool  {
public:

  void* operator new(size_t,void* anAddress) 
  {
    return anAddress;
  }
  void* operator new(size_t size) 
  {
    return Standard::Allocate(size); 
  }
  void  operator delete(void *anAddress) 
  {
    if (anAddress) Standard::Free((Standard_Address&)anAddress); 
  }

  
  Standard_EXPORT   TopoDSToStep_Tool();
  
  Standard_EXPORT   TopoDSToStep_Tool(const MoniTool_DataMapOfShapeTransient& M,const Standard_Boolean FacetedContext);
  
  Standard_EXPORT     void Init(const MoniTool_DataMapOfShapeTransient& M,const Standard_Boolean FacetedContext) ;
  
  Standard_EXPORT     Standard_Boolean IsBound(const TopoDS_Shape& S) ;
  
  Standard_EXPORT     void Bind(const TopoDS_Shape& S,const Handle(StepShape_TopologicalRepresentationItem)& T) ;
  
  Standard_EXPORT     Handle_StepShape_TopologicalRepresentationItem Find(const TopoDS_Shape& S) ;
  
  Standard_EXPORT     Standard_Boolean Faceted() const;
  
  Standard_EXPORT     void SetCurrentShell(const TopoDS_Shell& S) ;
  
  Standard_EXPORT    const TopoDS_Shell& CurrentShell() const;
  
  Standard_EXPORT     void SetCurrentFace(const TopoDS_Face& F) ;
  
  Standard_EXPORT    const TopoDS_Face& CurrentFace() const;
  
  Standard_EXPORT     void SetCurrentWire(const TopoDS_Wire& W) ;
  
  Standard_EXPORT    const TopoDS_Wire& CurrentWire() const;
  
  Standard_EXPORT     void SetCurrentEdge(const TopoDS_Edge& E) ;
  
  Standard_EXPORT    const TopoDS_Edge& CurrentEdge() const;
  
  Standard_EXPORT     void SetCurrentVertex(const TopoDS_Vertex& V) ;
  
  Standard_EXPORT    const TopoDS_Vertex& CurrentVertex() const;
  
  Standard_EXPORT     Standard_Real Lowest3DTolerance() const;
  
  Standard_EXPORT     void SetSurfaceReversed(const Standard_Boolean B) ;
  
  Standard_EXPORT     Standard_Boolean SurfaceReversed() const;
  
  Standard_EXPORT    const MoniTool_DataMapOfShapeTransient& Map() const;
  //! Returns mode for writing pcurves <br>
//!          (initialized by parameter write.surfacecurve.mode) <br>
  Standard_EXPORT     Standard_Integer PCurveMode() const;





protected:





private:



MoniTool_DataMapOfShapeTransient myDataMap;
Standard_Boolean myFacetedContext;
Standard_Real myLowestTol;
TopoDS_Shell myCurrentShell;
TopoDS_Face myCurrentFace;
TopoDS_Wire myCurrentWire;
TopoDS_Edge myCurrentEdge;
TopoDS_Vertex myCurrentVertex;
Standard_Boolean myReversedSurface;
Standard_Integer myPCurveMode;


};





// other Inline functions and methods (like "C++: function call" methods)


#endif