Open CASCADE Technology
7.3.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 Standard_Boolean WithContact, const Standard_Boolean WithCorrection) | |
void | Set (const Standard_Boolean IsLaw) |
const TopoDS_Shape & | OriginalShape () const |
const TopoDS_Wire & | Wire () const |
const TopoDS_Vertex & | Vertex () const |
TopoDS_Shape | ModifiedShape (const TopoDS_Shape &theShape) const |
Standard_Boolean | IsLaw () const |
Standard_Boolean | IsPunctual () const |
Standard_Boolean | WithContact () const |
Standard_Boolean | WithCorrection () const |
To store section definition.
BRepFill_Section::BRepFill_Section | ( | ) |
BRepFill_Section::BRepFill_Section | ( | const TopoDS_Shape & | Profile, |
const TopoDS_Vertex & | V, | ||
const Standard_Boolean | WithContact, | ||
const Standard_Boolean | WithCorrection | ||
) |
Standard_Boolean BRepFill_Section::IsLaw | ( | ) | const |
Standard_Boolean BRepFill_Section::IsPunctual | ( | ) | const |
TopoDS_Shape BRepFill_Section::ModifiedShape | ( | const TopoDS_Shape & | theShape | ) | const |
const TopoDS_Shape& BRepFill_Section::OriginalShape | ( | ) | const |
void BRepFill_Section::Set | ( | const Standard_Boolean | IsLaw | ) |
const TopoDS_Vertex& BRepFill_Section::Vertex | ( | ) | const |
const TopoDS_Wire& BRepFill_Section::Wire | ( | ) | const |
Standard_Boolean BRepFill_Section::WithContact | ( | ) | const |
Standard_Boolean BRepFill_Section::WithCorrection | ( | ) | const |