<?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: Obtaining texture UV coordinates in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/10548243#M47821</link>
    <description>&lt;P&gt;I am still looking solution for this problem.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Aug 2021 08:51:06 GMT</pubDate>
    <dc:creator>khoiepu5</dc:creator>
    <dc:date>2021-08-16T08:51:06Z</dc:date>
    <item>
      <title>Obtaining texture UV coordinates</title>
      <link>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4402201#M47810</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to write a 3d geometry exporter for AutoCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Firstly, is iterating through the document database, and processing any Solid3d, Region &amp;amp; Body entities the best way to do this, or is there a faster way to access the 3d geometry?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Secondly, I assume using the first approach above, I need to process each entity as a Brep in order to get the vertices, polygons, etc.&amp;nbsp; In this case, how are the UV coordinates for each vertex obtained pls?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2013 04:19:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4402201#M47810</guid>
      <dc:creator>pfk</dc:creator>
      <dc:date>2013-09-06T04:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining texture UV coordinates</title>
      <link>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4422749#M47811</link>
      <description>&lt;P&gt;Bumping - still looking for a method to get UV coordinates from polygons in AutoCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone assist pls?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2013 00:58:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4422749#M47811</guid>
      <dc:creator>pfk</dc:creator>
      <dc:date>2013-09-13T00:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining texture UV coordinates</title>
      <link>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4454171#M47812</link>
      <description>&lt;P&gt;Sorry for the delay.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By UV coordinates, do you mean the pixel coordinates in the image that was used as a texture for the polygon ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, if I did not understand your question. If you can provide more details with drawings, texture image and clear steps about what you are trying to retrieve from that drawing, that will help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2013 06:16:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4454171#M47812</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2013-09-25T06:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining texture UV coordinates</title>
      <link>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4457417#M47813</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to export AutoCAD geometry to an OBJ file, and want to include the UV texture mapping coordinates in the OBJ file.&amp;nbsp; When exporting a Nurbs Surface, using nurbSurface.GetParameterOfPoint(point3d, out u, out v); to get the UV returns the point on the Nurb surfaces, but this is not the UV texturemapping coordinate (since this is in the MaterialMapper a a transform).&amp;nbsp; Often the uv's from GetParameterOfPoint are rotated 90 degrees away from what the AutoCAD viewport is displaying (presumeably because the MaterialMapper transform contains a rotation).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I use the u/v returned by GetParameterOfPoint to calculate the uv texturemap coordinate via the MaterialMapper pls?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, for Meshes, there is no surface, so how can the UV texturemap coordinate be returned for these geometry items?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2013 23:35:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4457417#M47813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-25T23:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining texture UV coordinates</title>
      <link>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4457503#M47814</link>
      <description>&lt;P&gt;Sorry - replied from the wrong account - this is the original poster.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2013 01:38:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4457503#M47814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-26T01:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining texture UV coordinates</title>
      <link>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4463361#M47815</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the delay.&amp;nbsp;&lt;SPAN style="font-size: 11px; line-height: 14px;"&gt;I have spent some time trying to understand the transform provided by the material mapper.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although the transform provides the&amp;nbsp;offset, scale and rotation values, AutoCAD also considers other inputs such as tiling and type of projection while mapping material on to the mesh.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I still cannot figure out a way to know the texture image coordinates corresponding to a given point on the mesh. I have contacted our engineering team to know if there is a way to get this information. I will keep you updated after I get a response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2013 12:32:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4463361#M47815</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2013-09-27T12:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining texture UV coordinates</title>
      <link>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4468541#M47816</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on what I heard from our engineering team, it is not possible to get the texture coordinates from the geometry coordinates. The texture map transform along with other parameters such as tiling and projection make it a complex transformation which is not possible to get at present using the API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry about that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2013 05:39:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4468541#M47816</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2013-09-29T05:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining texture UV coordinates</title>
      <link>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4469435#M47817</link>
      <description>&lt;P&gt;Thank you Balaji.&amp;nbsp; I appreciate the effort you've taken to look into this.&amp;nbsp; Obtaining texture coordinate UV's from the Revit and Inventor API's is quite straighforward, so hopefully the AutoCAD API team will consider adding this to a future version of AutoCAD, because it would be very useful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2013 23:12:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/4469435#M47817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-29T23:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining texture UV coordinates</title>
      <link>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/9984352#M47818</link>
      <description>&lt;P&gt;Hello, I am also looking for the answer to this question. Today is 2021. Is there a new way to solve this problem?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 12:03:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/9984352#M47818</guid>
      <dc:creator>zhengyunyang2019</dc:creator>
      <dc:date>2021-01-07T12:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining texture UV coordinates</title>
      <link>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/9984382#M47819</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I am also looking for the answer to this question. Today is 2021. Is there a new way to solve this problem?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 12:13:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/9984382#M47819</guid>
      <dc:creator>zhengyunyang2019</dc:creator>
      <dc:date>2021-01-07T12:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining texture UV coordinates</title>
      <link>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/10075400#M47820</link>
      <description>&lt;P&gt;I am also looking to figure this issue out. An updates on this would be great.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 11:43:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/10075400#M47820</guid>
      <dc:creator>haroon.haider39ZXL</dc:creator>
      <dc:date>2021-02-11T11:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining texture UV coordinates</title>
      <link>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/10548243#M47821</link>
      <description>&lt;P&gt;I am still looking solution for this problem.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 08:51:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/obtaining-texture-uv-coordinates/m-p/10548243#M47821</guid>
      <dc:creator>khoiepu5</dc:creator>
      <dc:date>2021-08-16T08:51:06Z</dc:date>
    </item>
  </channel>
</rss>

