<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MultiPatchShapeBuffer    Materials in File Geodatabase API Questions</title>
    <link>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718512#M1130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you saying that textures are not shared within the same multipatch, or across different multipatches?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing about multipatches is that each multipatch is self contained.&amp;nbsp; If you have 100 individual multipatches, and each one uses the same texture, that texture will be stored separately in each of those 100 features.&amp;nbsp; There is no provision for them to be stored externally and then accessed by reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, within a single multipatch, it is possible to have multiple references to an individual texture.&amp;nbsp; For example, the same window can be reused on each side of a building.&amp;nbsp; But I believe it is contingent upon the author of the multipatch do make sure that this is done.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2012 20:30:37 GMT</pubDate>
    <dc:creator>DavidSousa</dc:creator>
    <dc:date>2012-04-20T20:30:37Z</dc:date>
    <item>
      <title>MultiPatchShapeBuffer    Materials</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718504#M1122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying&amp;nbsp; to import&amp;nbsp;&amp;nbsp;&amp;nbsp; MultPatchShapebuffer&amp;nbsp; in Rhino with the sdk &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have no problem to decode the geometry&amp;nbsp;&amp;nbsp; building the appropriate meshes&amp;nbsp; ,&amp;nbsp; normals ,&amp;nbsp; textures coordinates but&amp;nbsp;&amp;nbsp; when i use&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MultiPatch.GetMaterials ( nummaterial, compression,*&amp;amp;part , *&amp;amp;material)&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;( see the code below ) i get&amp;nbsp; garbage with nummaterial&amp;nbsp;&amp;nbsp; ( huge number)&amp;nbsp;&amp;nbsp; and compression&amp;nbsp;&amp;nbsp;&amp;nbsp; even if MultiPatch.HasMaterials ()&amp;nbsp; return true&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the method GetMaterials fully implemented ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a workaround ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second Question &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to&amp;nbsp; interpret&amp;nbsp; the content of&amp;nbsp; the material pointer &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(&amp;nbsp; an array of bytes&amp;nbsp; for each material&amp;nbsp; ) , is it just a binary&amp;nbsp; content of a jpg file , tif ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to&amp;nbsp; get&amp;nbsp; an image file&amp;nbsp; ( jpg, tiff ) to&amp;nbsp; pass as a texture file to rhino &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or a special representation&amp;nbsp; of the image&amp;nbsp; ( how to get resolution , colors )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I made the test on the shape.gdt who contain a multipatch object with texture , and&amp;nbsp; other&amp;nbsp; gdb &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i always get garbage on this function call&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for explanations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sample&amp;nbsp; code :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if&amp;nbsp;&amp;nbsp; ( geo ==&amp;nbsp;&amp;nbsp;&amp;nbsp; geometryMultiPatch )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; MultiPatchShapeBuffer MultiPatch;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; if ( hr =row.GetGeometry(MultiPatch)&amp;nbsp; != S_OK ) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; RhinoApp().Print ( "&amp;nbsp; erreur geometry \n");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&amp;nbsp; else {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; int NumParts;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; int NumPoints;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; MultiPatch.GetNumParts(NumParts);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; MultiPatch.GetNumPoints( NumPoints);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; RhinoApp().Print ( "MultiPatch:&amp;nbsp; numpoint %d&amp;nbsp;&amp;nbsp; numparts %d&amp;nbsp;&amp;nbsp; textures: %d&amp;nbsp;&amp;nbsp;&amp;nbsp; material :%d&amp;nbsp; \n",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NumPoints, NumParts,MultiPatch.HasTextures(shapeType), MultiPatch.HasMaterials(shapeType)&amp;nbsp; );&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; if (&amp;nbsp; MultiPatch.HasTextures(shapeType) ==&amp;nbsp; true ) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; int numTextures;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; int textureDimension;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; int *textureParts;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; float&amp;nbsp;&amp;nbsp; *texturesCoords;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fgdbError&amp;nbsp; error;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; error = MultiPatch.GetTextures( numTextures, textureDimension, *&amp;amp;textureParts, *&amp;amp;texturesCoords);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RhinoApp().Print ( " Number of texture %d&amp;nbsp; Dimension: %d&amp;nbsp; \n", numTextures, textureDimension);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; } // end textures&amp;nbsp; test &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; if (&amp;nbsp; MultiPatch.HasMaterials(shapeType) ==&amp;nbsp; true ) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; int&amp;nbsp;&amp;nbsp; nummaterial = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; int&amp;nbsp;&amp;nbsp; compression = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; int&amp;nbsp; *part = NULL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned char&amp;nbsp; *material = NULL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fgdbError&amp;nbsp; error;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; error = MultiPatch.GetMaterials( nummaterial, compression, *&amp;amp;part,&amp;nbsp;&amp;nbsp;&amp;nbsp; *&amp;amp;material) ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ( error != S_OK&amp;nbsp; ) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RhinoApp().Print ( " Error reading material \n");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RhinoApp().Print (" nummaterial %d \n", nummaterial);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int n;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for ( n = 0; n &amp;lt; nummaterial; n++ ) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RhinoApp().Print ( "Compression:%d&amp;nbsp; part:%d&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; material&amp;nbsp; %d \n", compression, part&lt;N&gt;, material);&lt;/N&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; } // end material&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 08:19:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718504#M1122</guid>
      <dc:creator>claudevuattoux</dc:creator>
      <dc:date>2011-12-06T08:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: MultiPatchShapeBuffer    Materials</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718505#M1123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm facing the same problem. GetMaterials returns memory garbage. I also cannot find any info about how many elements is returned using GetNormals (NumNormals is missing), GetTextures and GetMaterials (number of xxxParts data). Looking at extended shapefile record format from March 30, 2011 I can assume that they are equal to NumParts. Is there any new documentation fixed with these information?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW. I don't like to ask about that but are there any plans about next SDK update? It's been a long time since the last release. I hope this project is still alive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Artur&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 09:11:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718505#M1123</guid>
      <dc:creator>ArturRedzko</dc:creator>
      <dc:date>2012-02-28T09:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: MultiPatchShapeBuffer    Materials</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718506#M1124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;These issues and others have been addressed in version 1.2 of the API, which is going through the release certification process as we speak.&amp;nbsp; I don't know the exact release date, but it will be very soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't be concerned - this project is very much alive.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 14:42:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718506#M1124</guid>
      <dc:creator>DavidSousa</dc:creator>
      <dc:date>2012-02-28T14:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: MultiPatchShapeBuffer    Materials</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718507#M1125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. Waiting with patience.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 18:03:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718507#M1125</guid>
      <dc:creator>ArturRedzko</dc:creator>
      <dc:date>2012-02-28T18:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: MultiPatchShapeBuffer    Materials</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718508#M1126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I checked the version 1.2 but the problems remain. Tested with Shapes sample data. Also there is new bug, now GetTextures returns invalid values comparing with version 1.1. numTextures returns 2, textureDimension returns 0. GetMaterials still returns trash. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also don't get any difference in speed comparing with 1.1 when viewing larger datasets. Should NIM071538 and NIM078028 solve these problems ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 08:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718508#M1126</guid>
      <dc:creator>ArturRedzko</dc:creator>
      <dc:date>2012-03-08T08:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: MultiPatchShapeBuffer    Materials</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718509#M1127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;NIM071538 makes a huge difference in performance when using a spatial search. We tested against a feature class containing over 30 million features. The performance went from 70 seconds to under one second. If you are not using a spatial search you will see no change in performance. The "extended shape buffer format" document (renamed from "extended shapefile format") has been updated, including the section on multipatch geometries, which was previously incomplete.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 14:48:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718509#M1127</guid>
      <dc:creator>LanceShipman</dc:creator>
      <dc:date>2012-03-08T14:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: MultiPatchShapeBuffer    Materials</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718510#M1128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know if the multipatch helper functions have a problem or not.&amp;nbsp; But, I would like to point out that there is a simple solution: don't rely on them.&amp;nbsp; They don't do much of anything all that useful anyway.&amp;nbsp; You should be able to 'roll your own' very effectively by reading and understanding the doc.&amp;nbsp; Especially with multitpatches, a thorough understanding the doc is essential.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 19:40:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718510#M1128</guid>
      <dc:creator>DavidSousa</dc:creator>
      <dc:date>2012-03-08T19:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: MultiPatchShapeBuffer    Materials</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718511#M1129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you. This has motivated me to make it manually using the updated documentation. Now I can display it in 3D like ArcGis does, but I found a problem with materials performance and logic. The test data is Shapes.gdb database from SDK, multipatch layer and there we have building number 26. This shape has 1734 part descriptors and 699 materials. From descriptors it looks like parts use all of the materials, sometimes repeating the id. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now my problem - I don't know why these textures are multiplied with context? I dumped all textures on disc (jpeg files) and from 700 there are ~20 different images only. Why the same texture maps are repeated for each material instead of using shared texture as material type and just referencing to existing map? Instead I have 500 jpeg files with the same window. The files are even identical when comparing binary. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can think of a texture map that is shared among materials (by using shared texture with id) and we have many materials but e.g. we use different colors or transparency for this map, etc. Why it's not done this way in this case? Is it the problem with SDK or it's just bad sample data from you? I tested other samples and they behave correctly, parts point to the same material without duplicates in context, although some data have unused materials (like additional images of the feature) and I didn't find an example of using shared texture material type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please help me with this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Artur&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 11:08:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718511#M1129</guid>
      <dc:creator>ArturRedzko</dc:creator>
      <dc:date>2012-04-20T11:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: MultiPatchShapeBuffer    Materials</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718512#M1130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you saying that textures are not shared within the same multipatch, or across different multipatches?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing about multipatches is that each multipatch is self contained.&amp;nbsp; If you have 100 individual multipatches, and each one uses the same texture, that texture will be stored separately in each of those 100 features.&amp;nbsp; There is no provision for them to be stored externally and then accessed by reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, within a single multipatch, it is possible to have multiple references to an individual texture.&amp;nbsp; For example, the same window can be reused on each side of a building.&amp;nbsp; But I believe it is contingent upon the author of the multipatch do make sure that this is done.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 20:30:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718512#M1130</guid>
      <dc:creator>DavidSousa</dc:creator>
      <dc:date>2012-04-20T20:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: MultiPatchShapeBuffer    Materials</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718513#M1131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I meant textures within one multipatch. So it's up to a user how he defines materials and use them as shared or not. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 08:18:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/multipatchshapebuffer-nbsp-nbsp-nbsp-materials/m-p/718513#M1131</guid>
      <dc:creator>ArturRedzko</dc:creator>
      <dc:date>2012-04-23T08:18:09Z</dc:date>
    </item>
  </channel>
</rss>

