summaryrefslogtreecommitdiff
path: root/inc/BRepFill_NSections.hxx
blob: 72e6f67010203ced1c4ff8cb102b3c46c8cf8a64 (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
// 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 _BRepFill_NSections_HeaderFile
#define _BRepFill_NSections_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_BRepFill_NSections_HeaderFile
#include <Handle_BRepFill_NSections.hxx>
#endif

#ifndef _Standard_Real_HeaderFile
#include <Standard_Real.hxx>
#endif
#ifndef _TopTools_SequenceOfShape_HeaderFile
#include <TopTools_SequenceOfShape.hxx>
#endif
#ifndef _GeomFill_SequenceOfTrsf_HeaderFile
#include <GeomFill_SequenceOfTrsf.hxx>
#endif
#ifndef _TColStd_SequenceOfReal_HeaderFile
#include <TColStd_SequenceOfReal.hxx>
#endif
#ifndef _Handle_TopTools_HArray2OfShape_HeaderFile
#include <Handle_TopTools_HArray2OfShape.hxx>
#endif
#ifndef _Handle_Geom_BSplineSurface_HeaderFile
#include <Handle_Geom_BSplineSurface.hxx>
#endif
#ifndef _BRepFill_SectionLaw_HeaderFile
#include <BRepFill_SectionLaw.hxx>
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif
#ifndef _Handle_GeomFill_SectionLaw_HeaderFile
#include <Handle_GeomFill_SectionLaw.hxx>
#endif
#ifndef _GeomAbs_Shape_HeaderFile
#include <GeomAbs_Shape.hxx>
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
class TopTools_HArray2OfShape;
class Geom_BSplineSurface;
class TopTools_SequenceOfShape;
class GeomFill_SequenceOfTrsf;
class TColStd_SequenceOfReal;
class GeomFill_SectionLaw;
class TopoDS_Vertex;
class TopoDS_Shape;


//! Build Section Law, with N Sections <br>
//! <br>
class BRepFill_NSections : public BRepFill_SectionLaw {

public:

  //! Construct <br>
  Standard_EXPORT   BRepFill_NSections(const TopTools_SequenceOfShape& S,const Standard_Boolean Build = Standard_True);
  //! Construct <br>
  Standard_EXPORT   BRepFill_NSections(const TopTools_SequenceOfShape& S,const GeomFill_SequenceOfTrsf& Trsfs,const TColStd_SequenceOfReal& P,const Standard_Real VF,const Standard_Real VL,const Standard_Boolean Build = Standard_True);
  //! Say if the input shape is a  vertex. <br>
  Standard_EXPORT   virtual  Standard_Boolean IsVertex() const;
  //! Say if the Law is  Constant. <br>
  Standard_EXPORT   virtual  Standard_Boolean IsConstant() const;
  //! Give the law build on a concatened section <br>
  Standard_EXPORT   virtual  Handle_GeomFill_SectionLaw ConcatenedLaw() const;
  
  Standard_EXPORT   virtual  GeomAbs_Shape Continuity(const Standard_Integer Index,const Standard_Real TolAngular) const;
  
  Standard_EXPORT   virtual  Standard_Real VertexTol(const Standard_Integer Index,const Standard_Real Param) const;
  
  Standard_EXPORT   virtual  TopoDS_Vertex Vertex(const Standard_Integer Index,const Standard_Real Param) const;
  
  Standard_EXPORT   virtual  void D0(const Standard_Real Param,TopoDS_Shape& S) ;




  DEFINE_STANDARD_RTTI(BRepFill_NSections)

protected:




private: 

  
  Standard_EXPORT     void Init(const TColStd_SequenceOfReal& P,const Standard_Boolean B) ;

Standard_Real VFirst;
Standard_Real VLast;
TopTools_SequenceOfShape myShapes;
GeomFill_SequenceOfTrsf myTrsfs;
TColStd_SequenceOfReal myParams;
Handle_TopTools_HArray2OfShape myEdges;
Handle_Geom_BSplineSurface mySurface;


};





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


#endif