![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
To store section definition. More...
#include <BRepFill_Section.hxx>
Public Member Functions | |
| BRepFill_Section () | |
| BRepFill_Section (const TopoDS_Shape &Profile, const TopoDS_Vertex &V, const bool WithContact, const bool WithCorrection) | |
| void | Set (const bool IsLaw) |
| const TopoDS_Shape & | OriginalShape () const |
| const TopoDS_Wire & | Wire () const |
| const TopoDS_Vertex & | Vertex () const |
| TopoDS_Shape | ModifiedShape (const TopoDS_Shape &theShape) const |
| bool | IsLaw () const |
| bool | IsPunctual () const |
| bool | WithContact () const |
| bool | WithCorrection () const |
To store section definition.
| BRepFill_Section::BRepFill_Section | ( | ) |
| BRepFill_Section::BRepFill_Section | ( | const TopoDS_Shape & | Profile, |
| const TopoDS_Vertex & | V, | ||
| const bool | WithContact, | ||
| const bool | WithCorrection ) |
| bool BRepFill_Section::IsLaw | ( | ) | const |
| bool BRepFill_Section::IsPunctual | ( | ) | const |
| TopoDS_Shape BRepFill_Section::ModifiedShape | ( | const TopoDS_Shape & | theShape | ) | const |
| const TopoDS_Shape & BRepFill_Section::OriginalShape | ( | ) | const |
| const TopoDS_Vertex & BRepFill_Section::Vertex | ( | ) | const |
| const TopoDS_Wire & BRepFill_Section::Wire | ( | ) | const |
| bool BRepFill_Section::WithContact | ( | ) | const |
| bool BRepFill_Section::WithCorrection | ( | ) | const |