<?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: Major issue working with mesh files in Fusion Design, Validate &amp; Document Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066517#M329625</link>
    <description>Body3 and Body3a are the .stl's I ended up with. Both 3D printed without&lt;BR /&gt;issue.&lt;BR /&gt;Body3.stl&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Body3a.stl&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;This is the original .stl that I started with.&lt;BR /&gt;lambari2b_split.stl&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Hang with me guys. I'm learning as we go. Really appreciate&lt;BR /&gt;your willingness to help an old rebel.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 25 Mar 2026 19:39:01 GMT</pubDate>
    <dc:creator>oldrebelworkshop</dc:creator>
    <dc:date>2026-03-25T19:39:01Z</dc:date>
    <item>
      <title>Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14065224#M329542</link>
      <description>&lt;P&gt;First off, I'm a hobby user supporting my model railroading and fishing habit.&amp;nbsp; I often download (legally) mesh files from various site's, with the intention of making changes (some small and some significant), and then export them for 3D printing.&amp;nbsp; When I am able to convert the file to a solid, I generally have no problem, but many of the files are too large to convert, so I end up working with mesh files, and that's my problem.&amp;nbsp; &amp;nbsp; When executing a "Combine" in the mesh workspace, it takes my computer several minutes, sometimes hours, to complete, if it in fact completes at all.&amp;nbsp; &amp;nbsp;Sometimes I have to exit out of the program, and start over.&amp;nbsp; &amp;nbsp;At first, I thought it was my computer, so I replaced it last year with an up to date system, running Windows 11, 32 GB Ram, and 8 GB video, and all drivers are up-to-date.&amp;nbsp; My internet connection is fiber, and lightening fast, both up and down.&amp;nbsp; I've tried to search through the forums to find similar problems, but to no avail.&amp;nbsp; I am self taught on Fusion 360, and have been building objects from scratch for a number of years, with few issues, but I'm far from a techie.&amp;nbsp; I know just enough about computers to be dangerous, but lack the necessary knowledge to go beyond following dot to dot instruction.&amp;nbsp; &amp;nbsp;I know I have not provided much definite information, and no example of a file I am having difficulty with (it was too large to attach).&amp;nbsp; I'm just hoping someone might have ideas on what I can try to fine the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Old Rebel&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 18:38:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14065224#M329542</guid>
      <dc:creator>oldrebelworkshop</dc:creator>
      <dc:date>2026-03-24T18:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14065348#M329551</link>
      <description>&lt;P&gt;Hi! Mesh is an imprecise representation of a model. I suspect the mesh you are working with is from scanned data, which may suffer from even more imprecision. It is almost impossible to make imprecise data precise. But there are workflows to mitigate such imprecision. I suggest you simplify the mesh (by reducing the mesh element count) and group the mesh objects. Use Repair, Reduce, and Remesh commands to cut down the complexity. It will be an iterative process. There is a one-size-fits-all solution to make it work.&lt;/P&gt;
&lt;P&gt;Please feel free to share an example here. We have quite a few mesh modeling experts on the forum to help.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 20:59:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14065348#M329551</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2026-03-24T20:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14065451#M329565</link>
      <description>&lt;P&gt;Meshes are not how CAD software represents 3D geometry internally, for good reasons!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CAD software uses &lt;A href="https://en.wikipedia.org/wiki/Analytic_geometry" target="_blank" rel="noopener"&gt;Analytic geometry&lt;/A&gt; or &lt;A href="https://en.wikipedia.org/wiki/Non-uniform_rational_B-spline" target="_blank" rel="noopener"&gt;NURBS&lt;/A&gt; to represent&amp;nbsp; 3D geometry.&lt;BR /&gt;Analytic geometry is the study of shapes that can be represented by relatively simple formulae. Spheres, Boxes, Cones, Tori, etc. NURBS are used to represent arbitrarily curved surfaces.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In most mainstream CAD software, those are stitched into a &lt;A href="https://en.wikipedia.org/wiki/Boundary_representation" target="_blank" rel="noopener"&gt;BRep&lt;/A&gt;. Those are your solid bodies in Fusion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The key here is that those are all mathematically precise representations of 3D geometry with effectively infinite resolution. They also have topology.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Meshes, on the other hand, and in particular triangulated meshes,&amp;nbsp;have a finite resolution and often little or no topological information. CAD software can convert a solid or surface model into a triangulated mesh representation, but it is difficult, and often impossible, to reverse-engineer an object to its initial mathematical precision from a mesh.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, in Fusion, you can convert a mesh directly into a Solid Body. All triangular facets are converted to analytical surfaces and stitched into a BRep. That creates a much larger data model. Particularly when continuing to model problems with near-coincidence and near-tangency can make modeling difficult.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, modeling operations take much longer to compute. Let's model a solid cube and then use the hole feature to create a cylindrical hole through it. Fusions have to calculate two surface intersections.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you convert the cube into a mesh, then into a solid body, and the hole takes longer to calculate because Fusion might have to compute a few hundred surface intersections.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you model with high-polygon-count meshes in the Mesh tab you can also use the combine feature. But the higher the mesh count is, the longer it takes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW, I have posted this on this forum so many times in response to the same or similar problems that I stopped counting years ago. Not sure why you couldn't find anything similar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can post a screenshot of what you're working with, we can provide more targeted advice. Not all meshes are created equally, and there is a whole zoo out there. Different meshes might need different tools to work with.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 23:26:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14065451#M329565</guid>
      <dc:creator>TrippyLighting</dc:creator>
      <dc:date>2026-03-24T23:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14065469#M329571</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5507595"&gt;@oldrebelworkshop&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are no curves in stl mesh files, only straight lines and planar triangles.&lt;/P&gt;&lt;P&gt;There is no inherent reason stl can't be good geometry for stl printing, but the fact is that many users are "less than diligent with quality concerning mesh because they might get away with it".&lt;/P&gt;&lt;P&gt;If you are interested in quality work, then I would use someone else's mesh only as reference in creating quality geometry.&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6391580243112w960h540r513" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6391580243112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6391580243112w960h540r513');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6391580243112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 23:58:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14065469#M329571</guid>
      <dc:creator>TheCADWhisperer</dc:creator>
      <dc:date>2026-03-24T23:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14065569#M329577</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also have run into problems with converting meshes to fusion solids. I use the&lt;/P&gt;&lt;P&gt;Tools in Fusion to simplify the Mesh and reduce the triangle count. As stated in the&lt;/P&gt;&lt;P&gt;other messages in this thread, meshes are NOT CAD, they are representations of it.&lt;/P&gt;&lt;P&gt;By reducing the triangle count you are discarding information and simplifying the&lt;/P&gt;&lt;P&gt;number of calculations that fusion has o make to convert it. Unless you really do&lt;/P&gt;&lt;P&gt;need extreme precision dumping 90% of your triangles will be unnoticeable to&lt;/P&gt;&lt;P&gt;the naked eye in most cases, If you DO need precision then Meshes are not a good&lt;/P&gt;&lt;P&gt;starting point either. 3D printing is usually only precise to a tolerance of 0.1mm&lt;/P&gt;&lt;P&gt;at best for FDM. Some SLA printers are better but not perfect. Dumping triangles&lt;/P&gt;&lt;P&gt;to only a few thousand instead of tens of thousands will make a big difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 04:17:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14065569#M329577</guid>
      <dc:creator>Drewpan</dc:creator>
      <dc:date>2026-03-25T04:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14065966#M329593</link>
      <description>Thanks for your reply. Unfortunately, I don't have any formal training in&lt;BR /&gt;CAD (or Fusion), and as a result, don't have the skill necessary to make&lt;BR /&gt;many of the things that I need. In many cases, it's much easier to use&lt;BR /&gt;someone else's model and change it for my needs. In the case of more&lt;BR /&gt;complex models, I generally just move on to something else.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2026 13:18:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14065966#M329593</guid>
      <dc:creator>oldrebelworkshop</dc:creator>
      <dc:date>2026-03-25T13:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14065981#M329594</link>
      <description>Thanks for your reply, Andrew. I've tried reducing mesh files to fewer&lt;BR /&gt;triangles, but often run into problems where I still can't get the size&lt;BR /&gt;reduced enough to convert to a solid. Also, many times the end result does&lt;BR /&gt;not even resemble the mesh that I started with. Is there a particular&lt;BR /&gt;method you use to get the reduction in size?&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2026 13:26:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14065981#M329594</guid>
      <dc:creator>oldrebelworkshop</dc:creator>
      <dc:date>2026-03-25T13:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066016#M329596</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@.. Is there a particular&lt;BR /&gt;method you use to get the reduction in size?&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you can share at least a screenshot of a mesh we can be of more help. Reducing a fixed-resolution mesh often reduces detail , which is often undesirable.&lt;/P&gt;
&lt;P&gt;There are other methods to convert meshes into solid models or surface models. As I mentioned in my post, not all meshes are created equally.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A scanned mesh, for example has lost all of the topological information that software like Fusion can use to re-create the original geometry. They may exhibit scan noise, have open areas and self intersecting geometry.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Meshes that are exported from CAD software usually have some remnants of topology.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Meshes created by Sub-D mesh modeling software have a visually different topology and sometimes are easy to convert.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A screenshot or actual mesh would help.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I don't recall having ever had formal CAD training ... OK, once over 30 years ago for one week. CATIA in 2D.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're interested in learning, that is what this forum is for, albeit not particularly formal &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 13:54:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066016#M329596</guid>
      <dc:creator>TrippyLighting</dc:creator>
      <dc:date>2026-03-25T13:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066063#M329599</link>
      <description>Thanks for that info. I'm starting to understand why my approach works&lt;BR /&gt;sometimes (simple mesh) and not at other times (more detailed mesh). With&lt;BR /&gt;no formal training in CAD, I've adopted the "Bible" method, (Seek and Ye&lt;BR /&gt;Shall Find), to gain possible answers, (mostly u-tube or Fusion Help&lt;BR /&gt;files. This is my first attempt at asking for help in the forums, and I&lt;BR /&gt;was like a lost ball in the high weeds at finding what I needed; probably&lt;BR /&gt;because I had no idea what I was doing, so I apologize for not finding your&lt;BR /&gt;previous posts. Attached is a screenshot of what I was trying to&lt;BR /&gt;accomplish (eventually successful after hours of trying). The minnow is a&lt;BR /&gt;mesh file that I had downloaded. I was attempting to make a 3D printed&lt;BR /&gt;mold for casting a soft plastic fishing lure with 2 part silicone. I&lt;BR /&gt;created a box (solid) the size of the mold. After trying unsuccessfully to&lt;BR /&gt;reduce the size of the minnow enough to convert to a solid, I converted the&lt;BR /&gt;solid box to a mesh and proceeded to combine (cut) the minnow out of the&lt;BR /&gt;box. When that finally completed, I did a 'plane cut' to separate the box&lt;BR /&gt;into 2 pieces, then made a loft (in solid), converted that to a mesh, and&lt;BR /&gt;combined (cut) that out of the mold where I will fill the mold with liquid&lt;BR /&gt;silicone. And last of all, I added 2 alignment pins to keep both sides of&lt;BR /&gt;the mold in position during the silicone pour. Used the same method as&lt;BR /&gt;before, pin in solid, convert to mesh, combine (add) to mesh.&lt;BR /&gt;&lt;BR /&gt;End result, I achieved what I set out to do, but what I thought (at the&lt;BR /&gt;time) was a simple task, took up most of my day. Lots of trial and error;&lt;BR /&gt;now I understand why. From a knowledgeable standpoint, would you provide&lt;BR /&gt;some insight into the preferred method to accomplish this end result.&lt;BR /&gt;Finding a solution to this situation would solve 90% of the problems I have&lt;BR /&gt;with Fusion.&lt;BR /&gt;&lt;BR /&gt;Again, Thanks for your help.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2026 14:06:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066063#M329599</guid>
      <dc:creator>oldrebelworkshop</dc:creator>
      <dc:date>2026-03-25T14:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066071#M329600</link>
      <description>&lt;P&gt;No screenshot was attached. The best way to post screenshots in NOT to attached them, it is embedding them.&lt;/P&gt;
&lt;P&gt;You can drag an image/screenshot directly from a folder into the post.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 14:08:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066071#M329600</guid>
      <dc:creator>TrippyLighting</dc:creator>
      <dc:date>2026-03-25T14:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066470#M329621</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5507595"&gt;@oldrebelworkshop&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using email Reply to try to attach files - that does not work. You must use the web forum.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 18:46:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066470#M329621</guid>
      <dc:creator>TheCADWhisperer</dc:creator>
      <dc:date>2026-03-25T18:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066473#M329622</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5507595"&gt;@oldrebelworkshop&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I don't have any formal training in CAD (or Fusion), and as a result, don't have the skill necessary to make&lt;BR /&gt;many of the things that I need.&amp;nbsp;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The experts here freely offer their help in learning how to use Fusion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5507595"&gt;@oldrebelworkshop&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;In many cases, it's much easier to use&lt;BR /&gt;someone else's model and change it for my needs. In the case of more&lt;BR /&gt;complex models, I generally just move on to something else.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It isn't easier if it doesn't work and you have to abandon.&lt;/P&gt;&lt;P&gt;The easy way to learn to use Fusion.&lt;/P&gt;&lt;P&gt;The experts here will freely help you do that - then you will not have to try to work with someone else's rubbish.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 18:49:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066473#M329622</guid>
      <dc:creator>TheCADWhisperer</dc:creator>
      <dc:date>2026-03-25T18:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066509#M329624</link>
      <description>When it comes to solid geometry, I can usually build what I need. My&lt;BR /&gt;biggest struggles are working with Mesh files. I'm sure there must be&lt;BR /&gt;tutorials on working with mesh files. I think I need to find some and&lt;BR /&gt;spend time learning about them. I don't use them very often, but I do need&lt;BR /&gt;to learn how to handle them.Appreciate your help.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2026 19:24:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066509#M329624</guid>
      <dc:creator>oldrebelworkshop</dc:creator>
      <dc:date>2026-03-25T19:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066517#M329625</link>
      <description>Body3 and Body3a are the .stl's I ended up with. Both 3D printed without&lt;BR /&gt;issue.&lt;BR /&gt;Body3.stl&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Body3a.stl&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;This is the original .stl that I started with.&lt;BR /&gt;lambari2b_split.stl&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Hang with me guys. I'm learning as we go. Really appreciate&lt;BR /&gt;your willingness to help an old rebel.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2026 19:39:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066517#M329625</guid>
      <dc:creator>oldrebelworkshop</dc:creator>
      <dc:date>2026-03-25T19:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066572#M329627</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5507595"&gt;@oldrebelworkshop&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;My biggest struggles are working with Mesh files. I'm sure there must be&lt;BR /&gt;tutorials on working with mesh files.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Mesh files are commonly rubbish.&lt;/P&gt;&lt;P&gt;Everyone's biggest struggle is trying to work with rubbish.&lt;/P&gt;&lt;P&gt;Like trying to bake a cake from the contents found in a dumpster behind the bakery.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 20:58:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066572#M329627</guid>
      <dc:creator>TheCADWhisperer</dc:creator>
      <dc:date>2026-03-25T20:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066737#M329646</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5507595"&gt;@oldrebelworkshop&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Body3 and Body3a are the .stl's I ended up with. Both 3D printed without&lt;BR /&gt;issue.&lt;BR /&gt;Body3.stl&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Body3a.stl&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;This is the original .stl that I started with.&lt;BR /&gt;lambari2b_split.stl&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Hang with me guys. I'm learning as we go. Really appreciate&lt;BR /&gt;your willingness to help an old rebel.&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you attempted to attach anything, it did not work!&lt;/P&gt;
&lt;P&gt;I still don't see any images in your posts, or files attached to any of your posts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this the model?&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thingiverse.com/thing:6404908" target="_blank" rel="noopener"&gt;thingiverse.com/thing:6404908&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If so, what do you want to do with it?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 01:04:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066737#M329646</guid>
      <dc:creator>TrippyLighting</dc:creator>
      <dc:date>2026-03-26T01:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066768#M329648</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As has been suggested, working with meshes is not optimal in many cases. If reducing the&lt;/P&gt;&lt;P&gt;triangle count is not working then I think the best suggestion is to have a go at doing it&lt;/P&gt;&lt;P&gt;yourself. This is not as hard as it seems. Fusion has some excellent embedded tutorials&lt;/P&gt;&lt;P&gt;in the documentation and the basics of modelling can be learned in a few hours. The&lt;/P&gt;&lt;P&gt;AutoDesk site also has some great Self Paced Learning projects to back up the tutorials.&lt;/P&gt;&lt;P&gt;This is how I learned fusion. You will never stop learning and even some of the Gurus learn&lt;/P&gt;&lt;P&gt;new things from time to time and they are always here to help if you run into difficulty.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I couldn't draw to save my life until I learned technical drawing and CAD was a very simple&lt;/P&gt;&lt;P&gt;next step. These days you "don't need" to learn Tech Drawing to learn CAD but from my&lt;/P&gt;&lt;P&gt;experience knowing how to do something on a flat sheet of paper helped solve some of&lt;/P&gt;&lt;P&gt;my CAD issues. I started with 2D CAD which is really Tech Drawing on the computer screen.&lt;/P&gt;&lt;P&gt;Modelling is different and there are a few things you do differently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The secret to getting good is practice. I am a Student and I do all of my school work on&lt;/P&gt;&lt;P&gt;fusion but I also practice models for fun and to learn new techniques. I am no Guru but I&lt;/P&gt;&lt;P&gt;help out a lot on the Forum simply by passing on what I have learned. Simply put - you will&lt;/P&gt;&lt;P&gt;get out of fusion based on what you are prepared to put in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a time and place for most things and meshes are useful things but they are not&lt;/P&gt;&lt;P&gt;always the solution. A good CAD Model will almost always be better than a converted mesh.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 01:51:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14066768#M329648</guid>
      <dc:creator>Drewpan</dc:creator>
      <dc:date>2026-03-26T01:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14067363#M329660</link>
      <description>That's the one. I cut it out of a box then split the box, to make a 2 part&lt;BR /&gt;mold for a fishing lure. I was finally successful, but each step took up&lt;BR /&gt;to 30 minutes to complete, with several that failed and had to be started&lt;BR /&gt;over. When I tried to add the files into the body of the post, it showed&lt;BR /&gt;them being attached, but indicated they were too large, and was being sent&lt;BR /&gt;as a link to Google Drive. First time using that too. Thanks for sticking&lt;BR /&gt;with me. If I can find a solution to converting a mesh to a solid, 90% of&lt;BR /&gt;my Fusion problems will be resolved.&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Mar 2026 12:51:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14067363#M329660</guid>
      <dc:creator>oldrebelworkshop</dc:creator>
      <dc:date>2026-03-26T12:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14067412#M329664</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5507595"&gt;@oldrebelworkshop&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;... If I can find a solution to converting a mesh to a solid, 90% of&lt;BR /&gt;my Fusion problems will be resolved.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Or you might just approach this the wrong way &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Converting a mesh to a solid and then continuing to model with a highly faceted slid is computationally very expensive.&lt;/P&gt;
&lt;P&gt;You could, on the other hand, convert the solid models for the mold halves into a mesh:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-26 091748.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1628876iA52AA7B6C315431C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-03-26 091748.png" alt="Screenshot 2026-03-26 091748.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, instead of using the solid modeling combine feature, you could use the&amp;nbsp; combine feature in the Mesh tab:&lt;/P&gt;
&lt;DIV id="tinyMceEditor_12b3152a1d1fdcTrippyLighting_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-26 091921.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1628877iAB29A1D8ABA4D1A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-03-26 091921.png" alt="Screenshot 2026-03-26 091921.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no loss in fidelity of the model, because the input to your design is a faceted mesh.&lt;BR /&gt;The resulting mold halves are also meshes, but meshes is what you are 3D printing anyway.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 13:22:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14067412#M329664</guid>
      <dc:creator>TrippyLighting</dc:creator>
      <dc:date>2026-03-26T13:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Major issue working with mesh files</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14067751#M329670</link>
      <description>Right, that's how I finally got the mold completed for printing. Due to&lt;BR /&gt;the size (I suppose) of the mesh, every step just takes a very long time to&lt;BR /&gt;complete. I had hoped there was a better method of converting a mesh to a&lt;BR /&gt;solid, as solids are what I generally work with. I guess it's time I&lt;BR /&gt;learned more about working with meshes. I certainly appreciate your help.&lt;BR /&gt;I now understand more than I did, but still got a long way to go. lol.&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Mar 2026 16:58:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/major-issue-working-with-mesh-files/m-p/14067751#M329670</guid>
      <dc:creator>oldrebelworkshop</dc:creator>
      <dc:date>2026-03-26T16:58:09Z</dc:date>
    </item>
  </channel>
</rss>

