Open CASCADE Technology
6.5.4
|
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 |
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 | ||
) |