![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
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 NCollection_Sequence< TopoDS_Shape > &Sections) | |
| void | Init (const NCollection_Sequence< TopoDS_Shape > &Sections) |
| void | SetPercent (const double percent=0.01) |
| void | Perform (const bool WithRotation=true) |
| Performs CompatibleWires According to the orientation and the origin of each other. | |
| bool | IsDone () const |
| BRepFill_ThruSectionErrorStatus | GetStatus () const |
| const NCollection_Sequence< TopoDS_Shape > & | Shape () const |
| returns the generated sequence. | |
| const NCollection_List< TopoDS_Shape > & | GeneratedShapes (const TopoDS_Edge &SubSection) const |
| Returns the shapes created from a subshape <SubSection> of a section. | |
| const NCollection_DataMap< TopoDS_Shape, NCollection_List< TopoDS_Shape >, TopTools_ShapeMapHasher > & | Generated () const |
| bool | IsDegeneratedFirstSection () const |
| bool | 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 NCollection_Sequence< TopoDS_Shape > & | Sections | ) |
| const NCollection_DataMap< TopoDS_Shape, NCollection_List< TopoDS_Shape >, TopTools_ShapeMapHasher > & BRepFill_CompatibleWires::Generated | ( | ) | const |
| const NCollection_List< TopoDS_Shape > & 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 NCollection_Sequence< TopoDS_Shape > & | Sections | ) |
| bool BRepFill_CompatibleWires::IsDegeneratedFirstSection | ( | ) | const |
| bool BRepFill_CompatibleWires::IsDegeneratedLastSection | ( | ) | const |
| bool BRepFill_CompatibleWires::IsDone | ( | ) | const |
Performs CompatibleWires According to the orientation and the origin of each other.
| const NCollection_Sequence< TopoDS_Shape > & BRepFill_CompatibleWires::Shape | ( | ) | const |
returns the generated sequence.