Open CASCADE Technology 6.6.0
Public Member Functions
IGESAppli_DrilledHole Class Reference

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>

Inheritance diagram for IGESAppli_DrilledHole:
Inheritance graph
[legend]

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


Constructor & Destructor Documentation

IGESAppli_DrilledHole::IGESAppli_DrilledHole ( )

Member Function Documentation

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 
)
  • nbPropVal : Number of property values = 5
  • aSize : Drill diameter size
  • anotherSize : Finish diameter size
  • aPlating : Plating indication flag
    False = not plating
    True = is plating
  • aLayer : Lower numbered layer
  • anotherLayer : Higher numbered layer
Standard_Boolean IGESAppli_DrilledHole::IsPlating ( ) const
Standard_Integer IGESAppli_DrilledHole::NbHigherLayer ( ) const
Standard_Integer IGESAppli_DrilledHole::NbLowerLayer ( ) const
Standard_Integer IGESAppli_DrilledHole::NbPropertyValues ( ) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines