-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathHatchPolyShadingMethod.xml
More file actions
43 lines (43 loc) · 1.37 KB
/
HatchPolyShadingMethod.xml
File metadata and controls
43 lines (43 loc) · 1.37 KB
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
<!--
(C) Copyright 1996-2016 ECMWF.
This software is licensed under the terms of the Apache Licence Version 2.0
which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
In applying this licence, ECMWF does not waive the privileges and immunities
granted to it by virtue of its status as an intergovernmental organisation nor
does it submit to any jurisdiction.
-->
<magics>
<class inherits="PolyShadingMethod"
xmltag="hatch"
name="HatchPolyShadingMethod"
directory="visualisers"
prefix="contour/contour/contour_shade/contour_shade/contour_shade_hatch"
action="pcont"
python="mcont"
doc_inherits="no">
<parameter member="index"
to="int"
default="0"
from="int"
name="contour_shade_hatch_index">
<documentation>The hatching pattern(s) to use. 0 Provides an automatic sequence of patterns, other values set a constant pattern across all contour bands.</documentation>
<release>0.8</release>
</parameter>
<parameter member="thickness"
to="int"
default="1"
from="int"
name="contour_shade_hatch_thickness">
<documentation>Thickness of hatch lines</documentation>
<release>0.5</release>
</parameter>
<parameter member="density"
to="float"
default="18.0"
from="float"
name="contour_shade_hatch_density">
<documentation>Number of hatch lines per cm.</documentation>
<release>0.5</release>
</parameter>
</class>
</magics>