<?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: Shell function doesn´t work with complex objects in Fusion Design, Validate &amp; Document Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6333711#M259608</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3650246"&gt;@Jan-RickmerLuth﻿&lt;/a&gt;: &amp;nbsp;I took a look at your design, and I have some recommendations that may help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your method of using Boundary Patch to construct the hull is interesting, but has some potential problems, which I think are the root of your shell problem. &amp;nbsp;Boundary Patch is really intended more as a repair tool for small gaps than a modeling creation tool. &amp;nbsp;The main problem with Boundary Patch is that it sometimes generates what we internally call "tolerant edges", due to the math used to build them. &amp;nbsp;This means that the edge isn't quite 100% lined up with the input geometry, but is "close enough". &amp;nbsp;This is OK for some things, but the more tolerant edges you have, the more the inaccuracy compounds itself. &amp;nbsp;And, this will show up problems in later modeling operations, in this case Shell.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is also why your stitch requires such a huge tolerance. &amp;nbsp;If you have to stitch with a tolerance of 1mm, that's a bad sign. &amp;nbsp;Usually, Fusion's modeling tries to model to 1.0e-6 (cm) accuracy. &amp;nbsp;So, having to stitch to a big tolerance is a sign of future trouble, and I think your shell problems show that this is true.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would probably try to model this using Loft or maybe even Sculpt/Form Features, as a single solid body. &amp;nbsp;Or, even using surfaces but using the more-precise Loft, and then stitch it all together.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry not to have a better answer that would leverage all your current effort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2016 15:07:41 GMT</pubDate>
    <dc:creator>jeff_strater</dc:creator>
    <dc:date>2016-05-18T15:07:41Z</dc:date>
    <item>
      <title>Shell function doesn´t work with complex objects</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6332142#M259602</link>
      <description>&lt;P&gt;Through a process of creating 3D-Splines and lofting between them I created a rather complex shape of a hull of a ship.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But as I stitched everything together to a body, I can´t seem to get any kind of body manipulation tool to work for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The shape needs to be hollowed out to a wall thickness of about 2mm and the shell function doesn´t even let me click the body.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thickening the original combination of t-spline faces doesn´t work either as i can only select individual faces&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(The combine function doesn´t let me combine the two mirrored bodys as well)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link to my Design&lt;/P&gt;&lt;P&gt;&lt;A href="http://a360.co/27ylvLa" target="_blank"&gt;http://a360.co/27ylvLa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 08:24:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6332142#M259602</guid>
      <dc:creator>Jan-RickmerLuth</dc:creator>
      <dc:date>2016-05-18T08:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Shell function doesn´t work with complex objects</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6332321#M259603</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3650246"&gt;@Jan-RickmerLuth﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;The first problem I noticed when opening your file is you have warnings that need fixed. (all the steps in the timeline that are in a yellow box)&lt;/P&gt;
&lt;P&gt;Next problem I noticed is your model is still a patch model, when you did the stitch you didn't set the tolerance&amp;nbsp;high enough. You have it at 0.01mm set it to 1mm and it will give you a solid. A solid is what you need for the shell command to work. It still will not shell because of the sharp edge on the bottom of the boat so at this stage if you want it shelled you will have to do it manually by modeling the inside and cutting it out. I fixed the not being a solid part in the file below.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 11:04:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6332321#M259603</guid>
      <dc:creator>PhilProcarioJr</dc:creator>
      <dc:date>2016-05-18T11:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Shell function doesn´t work with complex objects</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6332360#M259604</link>
      <description>Thank you very much!!&lt;BR /&gt;&lt;BR /&gt;This seems to fix some of my problems and give me something I can work with. Have you got any suggestions on how the shelling process could be made easier than modelling/approximating everything again? (I dont really care whether it is done in Fusion 360 or it violates any best practices. I just want to avoid returning to modeling the hull)&lt;BR /&gt;&lt;BR /&gt;Thanks again</description>
      <pubDate>Wed, 18 May 2016 10:58:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6332360#M259604</guid>
      <dc:creator>Jan-RickmerLuth</dc:creator>
      <dc:date>2016-05-18T10:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Shell function doesn´t work with complex objects</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6332443#M259605</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3650246"&gt;@Jan-RickmerLuth﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;If it were me I would do a body split and separate&amp;nbsp;the sharp edge of the boat from the rest, then shell the main body and combine the results afterwards.&lt;/P&gt;
&lt;P&gt;I would do this for you to show you how but I'm at work and can't.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 11:41:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6332443#M259605</guid>
      <dc:creator>PhilProcarioJr</dc:creator>
      <dc:date>2016-05-18T11:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Shell function doesn´t work with complex objects</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6332465#M259606</link>
      <description>Would be great if you could get that to work for me. I was actually thinking about doing the same thing you suggested, but splitting the object with a "sharp" construction plane only introduces more sharp edges (for me)</description>
      <pubDate>Wed, 18 May 2016 11:53:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6332465#M259606</guid>
      <dc:creator>Jan-RickmerLuth</dc:creator>
      <dc:date>2016-05-18T11:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Shell function doesn´t work with complex objects</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6332593#M259607</link>
      <description>&lt;P&gt;If I'm invisioning your design correctly (can't really download right now), you might be able to use the shell command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From your solid model,&lt;/P&gt;&lt;P&gt;Create a profile that is colinear with CL but extends out passed either port or starboard (but not both).&lt;BR /&gt;Extrude that profile to remove either the port or starboard portion of the vessel.&lt;BR /&gt;Shell the remaining solid, selecting the centerline face and the top face (or leave the top face if you have shear or camber you wish to retain), adjust thickness as necessary.&lt;BR /&gt;Mirror along CL&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 12:42:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6332593#M259607</guid>
      <dc:creator>vex</dc:creator>
      <dc:date>2016-05-18T12:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Shell function doesn´t work with complex objects</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6333711#M259608</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3650246"&gt;@Jan-RickmerLuth﻿&lt;/a&gt;: &amp;nbsp;I took a look at your design, and I have some recommendations that may help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your method of using Boundary Patch to construct the hull is interesting, but has some potential problems, which I think are the root of your shell problem. &amp;nbsp;Boundary Patch is really intended more as a repair tool for small gaps than a modeling creation tool. &amp;nbsp;The main problem with Boundary Patch is that it sometimes generates what we internally call "tolerant edges", due to the math used to build them. &amp;nbsp;This means that the edge isn't quite 100% lined up with the input geometry, but is "close enough". &amp;nbsp;This is OK for some things, but the more tolerant edges you have, the more the inaccuracy compounds itself. &amp;nbsp;And, this will show up problems in later modeling operations, in this case Shell.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is also why your stitch requires such a huge tolerance. &amp;nbsp;If you have to stitch with a tolerance of 1mm, that's a bad sign. &amp;nbsp;Usually, Fusion's modeling tries to model to 1.0e-6 (cm) accuracy. &amp;nbsp;So, having to stitch to a big tolerance is a sign of future trouble, and I think your shell problems show that this is true.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would probably try to model this using Loft or maybe even Sculpt/Form Features, as a single solid body. &amp;nbsp;Or, even using surfaces but using the more-precise Loft, and then stitch it all together.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry not to have a better answer that would leverage all your current effort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 15:07:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6333711#M259608</guid>
      <dc:creator>jeff_strater</dc:creator>
      <dc:date>2016-05-18T15:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Shell function doesn´t work with complex objects</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6334466#M259609</link>
      <description>&lt;P&gt;It seems to me that you are correct. Although I used the loft tool for the main faces of the hull (as you can seed by the large curved faces) The Patch method for some remaining faces was actually never planned and those faces should have been made with the loft tool as well, but even though I was pretty happy with the results of the loft in the "lower part" of the model, the T-Spline faces didn´t seem to snap to the rails I selected, when modeling the upper part. The "fix" using Patches was actually just out of desperation&lt;BR /&gt;&lt;BR /&gt;I just tried splitting the model with a construction plane and tried to shell the part of the body that wasn´t created using patches .... I didn´t work&lt;BR /&gt;&lt;BR /&gt;Again, If anyone has got any kind solution that works, regardless of how bad it is, feel free to suggest&lt;BR /&gt;&lt;BR /&gt;(I honestly thought about exporting as an STL file and performing the shelling function in meshmixer .... And I am not desperate enough ... yet)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The large tolerances seem to show up in the regions created with the loft tool as well. (According to the stitching feature in my timeline)&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 16:54:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6334466#M259609</guid>
      <dc:creator>Jan-RickmerLuth</dc:creator>
      <dc:date>2016-05-18T16:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Shell function doesn´t work with complex objects</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6338396#M259610</link>
      <description>Can anyone suggest a possible solution?&lt;BR /&gt;&lt;BR /&gt;Sadly my hard drive died yesterday, so my ability to try any new solutions is very limited. But I ran out of ideas on what to try anyway...</description>
      <pubDate>Thu, 19 May 2016 17:03:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/shell-function-doesn-t-work-with-complex-objects/m-p/6338396#M259610</guid>
      <dc:creator>Jan-RickmerLuth</dc:creator>
      <dc:date>2016-05-19T17:03:16Z</dc:date>
    </item>
  </channel>
</rss>

