| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
Constructs a sequence of Wires (with good orientation and origin) agreed each other so that the surface passing through these sections is not twisted. More...
#include <BRepFill_CompatibleWires.hxx>
Public Member Functions | |
| BRepFill_CompatibleWires () | |
| BRepFill_CompatibleWires (const TopTools_SequenceOfShape &Sections) | |
| void | Init (const TopTools_SequenceOfShape &Sections) | 
| void | SetPercent (const Standard_Real percent=0.01) | 
| void | Perform (const Standard_Boolean WithRotation=Standard_True) | 
| Performs CompatibleWires According to the orientation and the origin of each other.   | |
| Standard_Boolean | IsDone () const | 
| BRepFill_ThruSectionErrorStatus | GetStatus () const | 
| const TopTools_SequenceOfShape & | Shape () const | 
| returns the generated sequence.   | |
| const TopTools_ListOfShape & | GeneratedShapes (const TopoDS_Edge &SubSection) const | 
| Returns the shapes created from a subshape <SubSection> of a section.   | |
| const TopTools_DataMapOfShapeListOfShape & | Generated () const | 
| Standard_Boolean | IsDegeneratedFirstSection () const | 
| Standard_Boolean | IsDegeneratedLastSection () const | 
Constructs a sequence of Wires (with good orientation and origin) agreed each other so that the surface passing through these sections is not twisted.
| BRepFill_CompatibleWires::BRepFill_CompatibleWires | ( | ) | 
| BRepFill_CompatibleWires::BRepFill_CompatibleWires | ( | const TopTools_SequenceOfShape & | Sections | ) | 
| const TopTools_DataMapOfShapeListOfShape & BRepFill_CompatibleWires::Generated | ( | ) | const | 
| const TopTools_ListOfShape & BRepFill_CompatibleWires::GeneratedShapes | ( | const TopoDS_Edge & | SubSection | ) | const | 
Returns the shapes created from a subshape <SubSection> of a section.
      
  | 
  inline | 
| void BRepFill_CompatibleWires::Init | ( | const TopTools_SequenceOfShape & | Sections | ) | 
| Standard_Boolean BRepFill_CompatibleWires::IsDegeneratedFirstSection | ( | ) | const | 
| Standard_Boolean BRepFill_CompatibleWires::IsDegeneratedLastSection | ( | ) | const | 
| Standard_Boolean BRepFill_CompatibleWires::IsDone | ( | ) | const | 
| void BRepFill_CompatibleWires::Perform | ( | const Standard_Boolean | WithRotation = Standard_True | ) | 
Performs CompatibleWires According to the orientation and the origin of each other.
| void BRepFill_CompatibleWires::SetPercent | ( | const Standard_Real | percent = 0.01 | ) | 
| const TopTools_SequenceOfShape & BRepFill_CompatibleWires::Shape | ( | ) | const | 
returns the generated sequence.