 |
ALPHA-VISION® Jobs: ShowParticularDamages
|
ShowParticularDamages
SUMMARY
Shows particular damages
SYNTAX
ShowParticularDamages(
<category>)
ARGUMENTS
- category (type:string)
-
The category of the damages to be shown. If the category is "All", all damages are shown.
DESCRIPTION
The job filters all plotsymbol of categories unequal the selected one. If the categroy is "All", all damages are shown.
The damage classes need a property category. With the job
SetDamageCategory("category") the category could be set or it could be defined in the Avet.
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times