Open CASCADE Technology
6.5.4
|
defines PWBArtworkStackup, Type <406> Form <25>
in package IGESAppli
Used to communicate which exchange file levels are to
be combined in order to create the artwork for a
printed wire board (PWB). This property should be
attached to the entity defining the printed wire
assembly (PWA) or if no such entity exists, then the
property should stand alone in the file.
#include <IGESAppli_PWBArtworkStackup.hxx>
Public Member Functions | |
IGESAppli_PWBArtworkStackup () | |
void | Init (const Standard_Integer nbPropVal, const Handle< TCollection_HAsciiString > &anArtIdent, const Handle< TColStd_HArray1OfInteger > &allLevelNums) |
This method is used to set the fields of the class PWBArtworkStackup | |
Standard_Integer | NbPropertyValues () const |
returns number of property values | |
Handle_TCollection_HAsciiString | Identification () const |
returns Artwork Stackup Identification | |
Standard_Integer | NbLevelNumbers () const |
returns total number of Level Numbers | |
Standard_Integer | LevelNumber (const Standard_Integer Index) const |
returns Level Number raises exception if Index <= 0 or Index > NbLevelNumbers |
Handle_TCollection_HAsciiString IGESAppli_PWBArtworkStackup::Identification | ( | ) | const |
void IGESAppli_PWBArtworkStackup::Init | ( | const Standard_Integer | nbPropVal, |
const Handle< TCollection_HAsciiString > & | anArtIdent, | ||
const Handle< TColStd_HArray1OfInteger > & | allLevelNums | ||
) |