Open CASCADE Technology
7.1.0.beta
|
To load the Cylinder results. More...
#include <QANewBRepNaming_Cylinder.hxx>
Public Member Functions | |
QANewBRepNaming_Cylinder () | |
QANewBRepNaming_Cylinder (const TDF_Label &ResultLabel) | |
void | Init (const TDF_Label &ResultLabel) |
void | Load (BRepPrimAPI_MakeCylinder &mkCylinder, const QANewBRepNaming_TypeOfPrimitive3D Type) const |
TDF_Label | Bottom () const |
Returns the label of the bottom face of the cylinder. More... | |
TDF_Label | Top () const |
Returns the label of the top face of the cylinder. More... | |
TDF_Label | Lateral () const |
Returns the label of the lateral face of the cylinder. More... | |
TDF_Label | StartSide () const |
Returns the label of the first side of the cylinder. More... | |
TDF_Label | EndSide () const |
Returns the label of the second side of the cylinder. 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 |
To load the Cylinder results.
QANewBRepNaming_Cylinder::QANewBRepNaming_Cylinder | ( | ) |
QANewBRepNaming_Cylinder::QANewBRepNaming_Cylinder | ( | const TDF_Label & | ResultLabel | ) |
TDF_Label QANewBRepNaming_Cylinder::Bottom | ( | ) | const |
Returns the label of the bottom face of the cylinder.
TDF_Label QANewBRepNaming_Cylinder::EndSide | ( | ) | const |
Returns the label of the second side of the cylinder.
void QANewBRepNaming_Cylinder::Init | ( | const TDF_Label & | ResultLabel | ) |
TDF_Label QANewBRepNaming_Cylinder::Lateral | ( | ) | const |
Returns the label of the lateral face of the cylinder.
void QANewBRepNaming_Cylinder::Load | ( | BRepPrimAPI_MakeCylinder & | mkCylinder, |
const QANewBRepNaming_TypeOfPrimitive3D | Type | ||
) | const |
TDF_Label QANewBRepNaming_Cylinder::StartSide | ( | ) | const |
Returns the label of the first side of the cylinder.
TDF_Label QANewBRepNaming_Cylinder::Top | ( | ) | const |
Returns the label of the top face of the cylinder.