<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="/feed.php">
        <title>Documentation Center public:dson_spec:object_definitions:region</title>
        <description></description>
        <link>/</link>
        <image rdf:resource="/lib/tpl/dazdoccenter/images/favicon.ico" />
       <dc:date>2026-04-22T00:40:31+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="/public/dson_spec/object_definitions/region/start"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="/lib/tpl/dazdoccenter/images/favicon.ico">
        <title>Documentation Center</title>
        <link>/</link>
        <url>/lib/tpl/dazdoccenter/images/favicon.ico</url>
    </image>
    <item rdf:about="/public/dson_spec/object_definitions/region/start">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-22T23:36:09+00:00</dc:date>
        <title>region</title>
        <link>/public/dson_spec/object_definitions/region/start</link>
        <description>
&lt;h1 id=&quot;region&quot;&gt;region&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;

&lt;h2 id=&quot;description&quot;&gt;Description&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Defines a hierarchy of regions using a series of vertex-weighted maps and region groups.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;parent_objects&quot;&gt;Parent Objects&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;/public/dson_spec/object_definitions/geometry/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:geometry:start&quot;&gt;geometry&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h2 id=&quot;properties&quot;&gt;Properties&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;div class=&quot;table sectionedit1&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0&quot;&gt; Name &lt;/th&gt;&lt;th class=&quot;col1&quot;&gt; Description &lt;/th&gt;&lt;th class=&quot;col2&quot;&gt; Default &lt;/th&gt;&lt;th class=&quot;col3&quot;&gt; Required &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; id &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the unique identifier within the region hierarchy.  Must be unique within the region hierarchy. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; None &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; yes &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; label &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the user-facing name of this region. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; None &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; display_hint &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing an application-specific hint about how to display the value for the region. Values can be “cards_on”, “cards_off”, etc. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; map &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; An &lt;a href=&quot;/public/dson_spec/format_description/data_types/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:format_description:data_types:start&quot;&gt;int_array&lt;/a&gt; of indices for all the polygons that are members of this region. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; children &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; An array of child regions, either leaf nodes or group nodes. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT1 TABLE [250-931] --&gt;
&lt;/div&gt;

&lt;h2 id=&quot;details&quot;&gt;Details&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
The &lt;em&gt;map&lt;/em&gt; and &lt;em&gt;children&lt;/em&gt; elements are mutually exclusive.  If a &lt;em&gt;map&lt;/em&gt; element is given, the region is a leaf node in the region hierarchy and may not have children.  If a &lt;em&gt;children&lt;/em&gt; element is present, the region is a group node in the region hierarchy and may not define its own map.  All leaf nodes in the hierarchy must define a &lt;em&gt;map&lt;/em&gt; element.
&lt;/p&gt;

&lt;p&gt;
Polygons may exist in one and only one region.  If a polygon index is given in multiple regions, the behavior is undefined.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;example&quot;&gt;Example&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;{
    &amp;quot;label&amp;quot; : &amp;quot;Root&amp;quot;,
    &amp;quot;children&amp;quot; :
    [
        {
            &amp;quot;label&amp;quot; : &amp;quot;Torso&amp;quot;,
            &amp;quot;map&amp;quot; : [ 7, 8, 4, 9, 2 ]
        },
        {
            &amp;quot;label&amp;quot; : &amp;quot;Lower Body&amp;quot;,
            &amp;quot;children&amp;quot; :
            [
                {
                    &amp;quot;label&amp;quot; : &amp;quot;Left Leg&amp;quot;,
                    &amp;quot;map&amp;quot; : [ 0, 1, 3, 23, 45 ]
                },
                {
                    &amp;quot;label&amp;quot; : &amp;quot;Right Leg&amp;quot;,
                    &amp;quot;map&amp;quot; : [ 5, 6, 10, 12, 13 ]
                }
            ]
        }
    ]
}&lt;/pre&gt;

&lt;/div&gt;
</description>
    </item>
</rdf:RDF>
