|
Public Member Functions |
Standard_EXPORT | IGESAppli_PWBArtworkStackup () |
Standard_EXPORT 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
- nbPropVal : number of property values
- anArtIdent : Artwork Stackup Identification
- allLevelNums : Level Numbers
.
|
Standard_EXPORT Standard_Integer | NbPropertyValues () const |
| returns number of property values
|
Standard_EXPORT Handle_TCollection_HAsciiString | Identification () const |
| returns Artwork Stackup Identification
|
Standard_EXPORT Standard_Integer | NbLevelNumbers () const |
| returns total number of Level Numbers
|
Standard_EXPORT Standard_Integer | LevelNumber (const Standard_Integer Index) const |
| returns Level Number
raises exception if Index <= 0 or Index > NbLevelNumbers
|
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
Standard_Integer | theNbPropertyValues |
Handle_TCollection_HAsciiString | theArtworkStackupIdent |
Handle_TColStd_HArray1OfInteger | theLevelNumbers |