<filter>

Class defining a filter for the object. The filtering mechanism itself is application specific.

Remarks

None.

Examples

Example 1: The following example adds a filter to the <interface/> tag in order to specify the name of an xml file that controls the visibility of Mechanical buttons. The details of the xml file content and associated mechanism are Mechanical specific.

            <interface context="Mechanical">
              <filter name="MainFilter" src="ButtonsVisibility.xml"/>
            </interface>
            

Table 36: XML Tag Listing

Attribute

name=

Name of the filter.

Attribute

src=

Specifies the path of the reference script or resource file.