<?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:geometry</title>
        <description></description>
        <link>/</link>
        <image rdf:resource="/lib/tpl/dazdoccenter/images/favicon.ico" />
       <dc:date>2026-04-09T00:58:54+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="/public/dson_spec/object_definitions/geometry/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/geometry/start">
        <dc:format>text/html</dc:format>
        <dc:date>2014-03-13T15:12:05+00:00</dc:date>
        <title>geometry</title>
        <link>/public/dson_spec/object_definitions/geometry/start</link>
        <description>
&lt;h1 id=&quot;geometry&quot;&gt;geometry&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;
This is an asset that defines a polygon or subdivision mesh, including the region map, face grouping, material grouping, and reference to a default set of UV’s.
&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/daz/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:daz:start&quot;&gt;DAZ&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 ID for this asset within current file scope. &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; name &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the internal name for the geometry. &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; label &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the user-readable label for the geometry. &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;row4&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; type &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the type of mesh represented by the vertex and facet data.  Must be either “polygon_mesh” or “subdivision_surface”. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; “polygon_mesh” &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; source &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the &lt;abbr title=&quot;Uniform Resource Identifier&quot;&gt;URI&lt;/abbr&gt; of any geometry asset that this asset was derived from. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; “” &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; edge_interpolation_mode &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the type of edge interpolation to perform during subdivision.  Must be one of “no_interpolation”,  “edges_and_corners”, or “edges_only”.  This is only valid when &lt;em&gt;type&lt;/em&gt; is “subdivision_surface”. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; “no_interpolation” &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; vertices &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/format_description/data_types/start#float3_array&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:format_description:data_types:start&quot;&gt;float3_array&lt;/a&gt; representing vertex positions of this geometry. &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;row8&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; polygon_groups &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/format_description/data_types/start#string_array&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:format_description:data_types:start&quot;&gt;string_array&lt;/a&gt; representing the face group names for this geometry.  Each name in the list must be unique within the list. &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;row9&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; polygon_material_groups &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/format_description/data_types/start#string_array&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:format_description:data_types:start&quot;&gt;string_array&lt;/a&gt; representing the material group names for this geometry.  Each name in the list must be unique within the list. &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;row10&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; polylist &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A counted array of &lt;a href=&quot;/public/dson_spec/object_definitions/polygon/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:polygon:start&quot;&gt;polygon&lt;/a&gt; objects.  Polygons may not contain holes. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; yes &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row11&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; default_uv_set &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the &lt;abbr title=&quot;Uniform Resource Identifier&quot;&gt;URI&lt;/abbr&gt; of a default UV set for this geometry. &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;row12&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; root_region &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/region/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:region:start&quot;&gt;region&lt;/a&gt; object representing the root region in the region hierarchy. &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;row13&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; graft &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/graft/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:graft:start&quot;&gt;graft&lt;/a&gt; object representing geometry grafting information, if this object is intended to graft. &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;row14&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; rigidity &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/rigidity/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:rigidity:start&quot;&gt;rigidity&lt;/a&gt; object representing the rigidity map that controls how vertex weight maps should be projected onto this geometry. &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;row15&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; extra &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; An array of objects that represent additional application-specific information for this object. &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 [321-2647] --&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;id&amp;quot; : &amp;quot;speedy&amp;quot;,
    &amp;quot;vertices&amp;quot; : {
        &amp;quot;count&amp;quot; : 3,
        &amp;quot;values&amp;quot; : [
            [ 1.0876, 1.0876, 1.0876 ],
            [ 1.0876, 1.0876, 1.0876 ],
            [ 0.0, 1.0876, 2.0 ]
        ]
    },
    &amp;quot;polygon_groups&amp;quot; : {
        &amp;quot;count&amp;quot; : 3,
        &amp;quot;values&amp;quot; : [ &amp;quot;Head&amp;quot;, &amp;quot;Neck&amp;quot;, &amp;quot;Body&amp;quot; ]
    },
    &amp;quot;polygon_material_groups&amp;quot; : {
        &amp;quot;count&amp;quot; : 2,
        &amp;quot;values&amp;quot; : [ &amp;quot;Hair&amp;quot;, &amp;quot;Back&amp;quot; ]
    },
    &amp;quot;polylist&amp;quot; : {
        &amp;quot;count&amp;quot; : 1,
        &amp;quot;values&amp;quot; : [ [ 1, 0, 0, 1, 2 ] ]
    },
    &amp;quot;default_uv_set&amp;quot; : &amp;quot;/DAZ/Speedy/DefaultUV.dsf#speedyuv&amp;quot;,
    &amp;quot;root_region&amp;quot; : region
}&lt;/pre&gt;

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