|
Public Member Functions |
| Standard_EXPORT | IGESAppli_FlowLineSpec () |
| Standard_EXPORT void | Init (const Handle(Interface_HArray1OfHAsciiString)&allProperties) |
| | This method is used to set the fields of the class
FlowLineSpec
- allProperties : primary flow line specification and modifiers
.
|
| Standard_EXPORT Standard_Integer | NbPropertyValues () const |
| | returns the number of property values
|
| Standard_EXPORT Handle_TCollection_HAsciiString | FlowLineName () const |
| | returns primary flow line specification name
|
| Standard_EXPORT Handle_TCollection_HAsciiString | Modifier (const Standard_Integer Index) const |
| | returns specified modifier element
raises exception if Index <= 1 or Index > NbPropertyValues
|
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
| Handle_Interface_HArray1OfHAsciiString | theNameAndModifiers |