Open CASCADE Technology
7.0.0
|
For topological naming of a fillet. More...
#include <QANewBRepNaming_Fillet.hxx>
Public Member Functions | |
QANewBRepNaming_Fillet () | |
QANewBRepNaming_Fillet (const TDF_Label &ResultLabel) | |
void | Init (const TDF_Label &ResultLabel) |
void | Load (const TopoDS_Shape &part, BRepFilletAPI_MakeFillet &mkFillet) const |
Loads a fillet in a data framework. More... | |
TDF_Label | DeletedFaces () const |
Returns a label for deleted faces of the part. More... | |
TDF_Label | ModifiedFaces () const |
Returns a label for modified faces of the part. More... | |
TDF_Label | FacesFromEdges () const |
Returns a label for faces generated from edges of the part. More... | |
TDF_Label | FacesFromVertices () const |
Returns a label for faces generated from vertices of the part. More... | |
TDF_Label | WRFace1 () const |
Returns a label for WorkAround Face number 1. More... | |
TDF_Label | WRFace2 () const |
Returns a label for WorkAround Face number 2. More... | |
TDF_Label | WREdge1 () const |
Returns a label for WorkAround Edge number 1. More... | |
TDF_Label | WREdge2 () const |
Returns a label for WorkAround Edge number 2. More... | |
Public Member Functions inherited from QANewBRepNaming_TopNaming | |
const TDF_Label & | ResultLabel () const |
Returns the result label. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from QANewBRepNaming_TopNaming | |
QANewBRepNaming_TopNaming () | |
QANewBRepNaming_TopNaming (const TDF_Label &Label) | |
Protected Attributes inherited from QANewBRepNaming_TopNaming | |
TDF_Label | myResultLabel |
For topological naming of a fillet.
QANewBRepNaming_Fillet::QANewBRepNaming_Fillet | ( | ) |
QANewBRepNaming_Fillet::QANewBRepNaming_Fillet | ( | const TDF_Label & | ResultLabel | ) |
TDF_Label QANewBRepNaming_Fillet::DeletedFaces | ( | ) | const |
Returns a label for deleted faces of the part.
TDF_Label QANewBRepNaming_Fillet::FacesFromEdges | ( | ) | const |
Returns a label for faces generated from edges of the part.
TDF_Label QANewBRepNaming_Fillet::FacesFromVertices | ( | ) | const |
Returns a label for faces generated from vertices of the part.
void QANewBRepNaming_Fillet::Init | ( | const TDF_Label & | ResultLabel | ) |
void QANewBRepNaming_Fillet::Load | ( | const TopoDS_Shape & | part, |
BRepFilletAPI_MakeFillet & | mkFillet | ||
) | const |
Loads a fillet in a data framework.
TDF_Label QANewBRepNaming_Fillet::ModifiedFaces | ( | ) | const |
Returns a label for modified faces of the part.
TDF_Label QANewBRepNaming_Fillet::WREdge1 | ( | ) | const |
Returns a label for WorkAround Edge number 1.
TDF_Label QANewBRepNaming_Fillet::WREdge2 | ( | ) | const |
Returns a label for WorkAround Edge number 2.
TDF_Label QANewBRepNaming_Fillet::WRFace1 | ( | ) | const |
Returns a label for WorkAround Face number 1.
TDF_Label QANewBRepNaming_Fillet::WRFace2 | ( | ) | const |
Returns a label for WorkAround Face number 2.