-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMomentsOfInertiaFilter.xml
59 lines (57 loc) · 2.22 KB
/
MomentsOfInertiaFilter.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<ServerManagerConfiguration>
<ProxyGroup name="filters">
<SourceProxy name="Principle Moments of Inertia" class="vtkMomentsOfInertiaFilter" label="Principle Moments of Inertia">
<Documentation
long_help="Finds the principle moments of inertia. Fully parallel."
short_help="Finds the principle moments of inertia.">
More documentation can be listed here
</Documentation>
<InputProperty
name="Input"
command="SetInputConnection">
<ProxyGroupDomain name="groups">
<Group name="sources"/>
<Group name="filters"/>
</ProxyGroupDomain>
<DataTypeDomain name="input_type">
<DataType value="vtkPointSet"/>
</DataTypeDomain>
<InputArrayDomain name="input_array">
<RequiredProperties>
<Property name="SelectInputArray"
function="FieldDataSelection"/>
</RequiredProperties>
</InputArrayDomain>
</InputProperty>
<StringVectorProperty
name="SelectInputArray"
command="SetInputArrayToProcess"
number_of_elements="5"
element_types="0 0 0 0 2"
animateable="0">
<ArrayListDomain name="array_list"
attribute_type="Scalars">
<RequiredProperties>
<Property name="Input" function="Input"/>
</RequiredProperties>
</ArrayListDomain>
<FieldDataDomain name="field_list">
<RequiredProperties>
<Property name="Input" function="Input"/>
</RequiredProperties>
</FieldDataDomain>
<Documentation>
This property indicates which scalar array contains the mass of the particles.
</Documentation>
</StringVectorProperty>
<Hints>
<!-- Visibility Element can be used to suggest the GUI about
visibility of this filter (or its input) on creation.
replace_input="0" implies that the input visibility is not
changed on creation of this filter (defaults to "1")
-->
<Visibility replace_input="0" />
</Hints>
</SourceProxy>
</ProxyGroup>
</ServerManagerConfiguration>