<?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: Changing the surface of tangency when lofting edges together in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12913202#M1123</link>
    <description>Can you share an image of your design to understand it better?</description>
    <pubDate>Mon, 22 Jul 2024 21:41:05 GMT</pubDate>
    <dc:creator>Jorge_Jaramillo</dc:creator>
    <dc:date>2024-07-22T21:41:05Z</dc:date>
    <item>
      <title>Changing the surface of tangency when lofting edges together</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12912878#M1120</link>
      <description>&lt;P&gt;TLDR: Is there a way to flip tangency direction when lofting paths together using the API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently writing a script that lofts two faces together, and has both end conditions set to be tangent. This essentially requires me to strip the faces down to the collection of edges and create paths in which I loft to and from. I have run into the problem on multiple occasions where the tangency direction is flipped from what I would like it to be. I have looked around for flipping the tangency direction throughout the documentation to no avail. I have some solutions that I am implementing right now although it is not optimal. The one solutions requires me to delete the surface faces, create the loft, and then delete the delete using the .deleteMe() feature. This causes the lofts to be created but lose their references and in the timeline appear yellow. The second solution is to find the faces that the contain the same edges but are the tangency direction that I want it to be. This however requires me to sort through multiple faces, find the one edge per face that I want included, and then create paths using those edges. This solution is also not necessarily scalable in my process as referencing each face for the singular edge that will consistently change properties making it difficult maintain accuracy. Is there any way to possibly do this? Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 18:32:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12912878#M1120</guid>
      <dc:creator>gnm4pm</dc:creator>
      <dc:date>2024-07-22T18:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the surface of tangency when lofting edges together</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12912959#M1121</link>
      <description>&lt;P&gt;If I understand your problem, I think all you need to do is to set a negative tangency weight value. That will reverse the direction of tangency.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 19:12:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12912959#M1121</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2024-07-22T19:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the surface of tangency when lofting edges together</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12912981#M1122</link>
      <description>&lt;P&gt;According to the documentation .setTangentEndCondition(valueInput) requires the valueInput to be a positive value between 0 and 1.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 19:24:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12912981#M1122</guid>
      <dc:creator>gnm4pm</dc:creator>
      <dc:date>2024-07-22T19:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the surface of tangency when lofting edges together</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12913202#M1123</link>
      <description>Can you share an image of your design to understand it better?</description>
      <pubDate>Mon, 22 Jul 2024 21:41:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12913202#M1123</guid>
      <dc:creator>Jorge_Jaramillo</dc:creator>
      <dc:date>2024-07-22T21:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the surface of tangency when lofting edges together</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12913766#M1124</link>
      <description>&lt;P&gt;The documentation is wrong and needs to be fixed. I just tried it with a value of -1, and it reversed the tangent direction.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 06:10:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12913766#M1124</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2024-07-23T06:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the surface of tangency when lofting edges together</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12914573#M1125</link>
      <description>&lt;P&gt;Interesting. I just set up a sample script myself to loft two cylinders together, and changing the value negative did alter the tangency. One thing I noticed however, is that if you make a body with both tangencies positive, and then a second body with both tangencies negative, that the bodies are not opposites of each other in terms of tangency direction. Essentially tangency direction, which is what I want to change, does not equate to a positive or negative tangency weight. When changing the weight, the loft is still considered tangent to the same face just coming from a different angle, where I want to change the face that the loft is tangent to. I am attaching some images to better illustrate my point. By changing both tangency weights to be equal at negative or positive 1, I get 2 loft shapes, by changing the directions to be the same between both at negative and positive tangency I get another 2 loft shapes. There are many more combinations then what I am showing but this is the least amount that explains my point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ultimately, changing the tangency to negative does work, but it doesn't achieve the shape that I want. The only way to do that is to change the tangency direction which I am not sure can be accessed through the API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I will attach the final image in another reply since 3 is the maximum attachments allowed.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 13:30:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12914573#M1125</guid>
      <dc:creator>gnm4pm</dc:creator>
      <dc:date>2024-07-23T13:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the surface of tangency when lofting edges together</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12914577#M1126</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Example 2.jpg" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1389945i89ACC258A99A6E50/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Example 2.jpg" alt="Example 2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 13:26:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12914577#M1126</guid>
      <dc:creator>gnm4pm</dc:creator>
      <dc:date>2024-07-23T13:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the surface of tangency when lofting edges together</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12914579#M1127</link>
      <description>&lt;P&gt;I just shared images that better explain my problem in a reply to another post below. Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 13:27:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/changing-the-surface-of-tangency-when-lofting-edges-together/m-p/12914579#M1127</guid>
      <dc:creator>gnm4pm</dc:creator>
      <dc:date>2024-07-23T13:27:41Z</dc:date>
    </item>
  </channel>
</rss>

