|
Open CASCADE Technology 6.5.2
|
defines DrilledHole, Type <406> Form <6>
in package IGESAppli
Identifies an entity representing a drilled hole
through a printed circuit board.
#include <IGESAppli_DrilledHole.hxx>

Public Member Functions | |
| IGESAppli_DrilledHole () | |
| void | Init (const Standard_Integer nbPropVal, const Standard_Real aSize, const Standard_Real anotherSize, const Standard_Integer aPlating, const Standard_Integer aLayer, const Standard_Integer anotherLayer) |
| This method is used to set the fields of the class DrilledHole | |
| Standard_Integer | NbPropertyValues () const |
| is always 5 | |
| Standard_Real | DrillDiaSize () const |
| returns the drill diameter size | |
| Standard_Real | FinishDiaSize () const |
| returns the finish diameter size | |
| Standard_Boolean | IsPlating () const |
| Returns Plating Status : False = not plating / True = is plating | |
| Standard_Integer | NbLowerLayer () const |
| returns the lower numbered layer | |
| Standard_Integer | NbHigherLayer () const |
| returns the higher numbered layer | |
| IGESAppli_DrilledHole::IGESAppli_DrilledHole | ( | ) |
| Standard_Real IGESAppli_DrilledHole::DrillDiaSize | ( | ) | const |
| Standard_Real IGESAppli_DrilledHole::FinishDiaSize | ( | ) | const |
| void IGESAppli_DrilledHole::Init | ( | const Standard_Integer | nbPropVal, |
| const Standard_Real | aSize, | ||
| const Standard_Real | anotherSize, | ||
| const Standard_Integer | aPlating, | ||
| const Standard_Integer | aLayer, | ||
| const Standard_Integer | anotherLayer | ||
| ) |
| Standard_Boolean IGESAppli_DrilledHole::IsPlating | ( | ) | const |
| Standard_Integer IGESAppli_DrilledHole::NbHigherLayer | ( | ) | const |
| Standard_Integer IGESAppli_DrilledHole::NbLowerLayer | ( | ) | const |
| Standard_Integer IGESAppli_DrilledHole::NbPropertyValues | ( | ) | const |
1.7.4