Improving triangulation on AutoCAD-generated stl filesAny fix for PLA prints getting more brittle over time?Getting started: shell passes not fusing in x/y, and a slanted wavy pattern on vertical wallsIs it possible to use Three.js to determine the wall thickness of an STL file?Makerbot Replicator (5th generation) poor print quality

Greeting with "Ho"

Can humans ever directly see a few photons at a time? Can a human see a single photon?

Why is it recommended to mix yogurt starter with a small amount of milk before adding to the entire batch?

Would it be a copyright violation if I made a character’s full name refer to a song?

Why don't countries like Japan just print more money?

Why do some professors with PhDs leave their professorships to teach high school?

What is "industrial ethernet"?

How do I professionally let my manager know I'll quit over smoking in the office?

What is the legal status of travelling with methadone in your carry-on?

How do I turn off a repeating trade?

How would modern naval warfare have to have developed differently for battleships to still be relevant in the 21st century?

LWC - Best practice for routing?

How large would a mega structure have to be to host 1 billion people indefinitely?

.NET executes a SQL query and Active Monitor shows multiple rows blocking each other

How to make clear to people I don't want to answer their "Where are you from?" question?

Do I have any obligations to my PhD supervisor's requests after I have graduated?

Employer wants to use my work email account after I quit

Can there be an UN resolution to remove a country from the UNSC?

Can you find x?

How is hair tissue mineral analysis performed?

Why do all the teams that I have worked with always finish a sprint without completion of all the stories?

Hot coffee brewing solutions for deep woods camping

Why aren't non-isolated DC-DC converters made for high wattage applications?

How to draw this center trajectory of rolling ball?



Improving triangulation on AutoCAD-generated stl files


Any fix for PLA prints getting more brittle over time?Getting started: shell passes not fusing in x/y, and a slanted wavy pattern on vertical wallsIs it possible to use Three.js to determine the wall thickness of an STL file?Makerbot Replicator (5th generation) poor print quality






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3












$begingroup$


In regards to a part that I'm having printed remotely (by two processes:- stereolithography and laser sintering), I've been advised by the 3d printing company that 'the triangulation of the file is rather rough'.



In this particular instance, it probably doesn't matter, but for the future, are there any tips to improving 'triangulation' when generating forms in AutoCAD?










share|improve this question







New contributor



Strawberry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






$endgroup$


















    3












    $begingroup$


    In regards to a part that I'm having printed remotely (by two processes:- stereolithography and laser sintering), I've been advised by the 3d printing company that 'the triangulation of the file is rather rough'.



    In this particular instance, it probably doesn't matter, but for the future, are there any tips to improving 'triangulation' when generating forms in AutoCAD?










    share|improve this question







    New contributor



    Strawberry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






    $endgroup$














      3












      3








      3





      $begingroup$


      In regards to a part that I'm having printed remotely (by two processes:- stereolithography and laser sintering), I've been advised by the 3d printing company that 'the triangulation of the file is rather rough'.



      In this particular instance, it probably doesn't matter, but for the future, are there any tips to improving 'triangulation' when generating forms in AutoCAD?










      share|improve this question







      New contributor



      Strawberry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      $endgroup$




      In regards to a part that I'm having printed remotely (by two processes:- stereolithography and laser sintering), I've been advised by the 3d printing company that 'the triangulation of the file is rather rough'.



      In this particular instance, it probably doesn't matter, but for the future, are there any tips to improving 'triangulation' when generating forms in AutoCAD?







      print-quality autodesk






      share|improve this question







      New contributor



      Strawberry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question







      New contributor



      Strawberry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question






      New contributor



      Strawberry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 11 hours ago









      StrawberryStrawberry

      1163




      1163




      New contributor



      Strawberry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      Strawberry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          2 Answers
          2






          active

          oldest

          votes


















          2












          $begingroup$

          The phrase "triangulation of the file is rather rough" is somewhat vague, but one can interpret it to mean that the surface is what is considered "low poly" in the 3D modeling world.



          low poly fox



          From Thingiverse, this low poly fox shows an intentionally reduced poly surface. I'm not suggesting that your models appear this distorted, but it may give a hint to what the service is referencing.



          Consider to load your model into a program such as Meshmixer, which will show you the triangles in 'W'ireframe mode. If there are few triangles over a surface, you can get the aforementioned effect.



          Meshmixer also allows you to increase the mesh count, possibly improving the surface and satisfying the requirements of the printing service.






          share|improve this answer









          $endgroup$




















            2












            $begingroup$

            Most CAD tools generate quite low-res triangulations. The ideal solution is to avoid using the CAD tool to generate them. For example, if the print shop can accept your CAD files directly, they may have other software that can triangulate them. For example, if the shop uses GrabCAD Print to slice your parts, that software can open CAD files directly, and produce much better triangulations than exporting from the CAD software. (In this case they won't be using GCP, which doesn't support the print technologies you mention, but it's just an example: some other vendors' tools have the same functionality.)



            If you don't wish to send your original CAD parts, check if your tool can export Parasolid files (.x_t or .x_b). They contain the original boundary representation your CAD tool uses to represent geometry, but not the feature structure, constraints, or design intent.






            share|improve this answer









            $endgroup$















              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "640"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              noCode: true, onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );






              Strawberry is a new contributor. Be nice, and check out our Code of Conduct.









              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2f3dprinting.stackexchange.com%2fquestions%2f10310%2fimproving-triangulation-on-autocad-generated-stl-files%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2












              $begingroup$

              The phrase "triangulation of the file is rather rough" is somewhat vague, but one can interpret it to mean that the surface is what is considered "low poly" in the 3D modeling world.



              low poly fox



              From Thingiverse, this low poly fox shows an intentionally reduced poly surface. I'm not suggesting that your models appear this distorted, but it may give a hint to what the service is referencing.



              Consider to load your model into a program such as Meshmixer, which will show you the triangles in 'W'ireframe mode. If there are few triangles over a surface, you can get the aforementioned effect.



              Meshmixer also allows you to increase the mesh count, possibly improving the surface and satisfying the requirements of the printing service.






              share|improve this answer









              $endgroup$

















                2












                $begingroup$

                The phrase "triangulation of the file is rather rough" is somewhat vague, but one can interpret it to mean that the surface is what is considered "low poly" in the 3D modeling world.



                low poly fox



                From Thingiverse, this low poly fox shows an intentionally reduced poly surface. I'm not suggesting that your models appear this distorted, but it may give a hint to what the service is referencing.



                Consider to load your model into a program such as Meshmixer, which will show you the triangles in 'W'ireframe mode. If there are few triangles over a surface, you can get the aforementioned effect.



                Meshmixer also allows you to increase the mesh count, possibly improving the surface and satisfying the requirements of the printing service.






                share|improve this answer









                $endgroup$















                  2












                  2








                  2





                  $begingroup$

                  The phrase "triangulation of the file is rather rough" is somewhat vague, but one can interpret it to mean that the surface is what is considered "low poly" in the 3D modeling world.



                  low poly fox



                  From Thingiverse, this low poly fox shows an intentionally reduced poly surface. I'm not suggesting that your models appear this distorted, but it may give a hint to what the service is referencing.



                  Consider to load your model into a program such as Meshmixer, which will show you the triangles in 'W'ireframe mode. If there are few triangles over a surface, you can get the aforementioned effect.



                  Meshmixer also allows you to increase the mesh count, possibly improving the surface and satisfying the requirements of the printing service.






                  share|improve this answer









                  $endgroup$



                  The phrase "triangulation of the file is rather rough" is somewhat vague, but one can interpret it to mean that the surface is what is considered "low poly" in the 3D modeling world.



                  low poly fox



                  From Thingiverse, this low poly fox shows an intentionally reduced poly surface. I'm not suggesting that your models appear this distorted, but it may give a hint to what the service is referencing.



                  Consider to load your model into a program such as Meshmixer, which will show you the triangles in 'W'ireframe mode. If there are few triangles over a surface, you can get the aforementioned effect.



                  Meshmixer also allows you to increase the mesh count, possibly improving the surface and satisfying the requirements of the printing service.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 10 hours ago









                  fred_dot_ufred_dot_u

                  5,8391621




                  5,8391621























                      2












                      $begingroup$

                      Most CAD tools generate quite low-res triangulations. The ideal solution is to avoid using the CAD tool to generate them. For example, if the print shop can accept your CAD files directly, they may have other software that can triangulate them. For example, if the shop uses GrabCAD Print to slice your parts, that software can open CAD files directly, and produce much better triangulations than exporting from the CAD software. (In this case they won't be using GCP, which doesn't support the print technologies you mention, but it's just an example: some other vendors' tools have the same functionality.)



                      If you don't wish to send your original CAD parts, check if your tool can export Parasolid files (.x_t or .x_b). They contain the original boundary representation your CAD tool uses to represent geometry, but not the feature structure, constraints, or design intent.






                      share|improve this answer









                      $endgroup$

















                        2












                        $begingroup$

                        Most CAD tools generate quite low-res triangulations. The ideal solution is to avoid using the CAD tool to generate them. For example, if the print shop can accept your CAD files directly, they may have other software that can triangulate them. For example, if the shop uses GrabCAD Print to slice your parts, that software can open CAD files directly, and produce much better triangulations than exporting from the CAD software. (In this case they won't be using GCP, which doesn't support the print technologies you mention, but it's just an example: some other vendors' tools have the same functionality.)



                        If you don't wish to send your original CAD parts, check if your tool can export Parasolid files (.x_t or .x_b). They contain the original boundary representation your CAD tool uses to represent geometry, but not the feature structure, constraints, or design intent.






                        share|improve this answer









                        $endgroup$















                          2












                          2








                          2





                          $begingroup$

                          Most CAD tools generate quite low-res triangulations. The ideal solution is to avoid using the CAD tool to generate them. For example, if the print shop can accept your CAD files directly, they may have other software that can triangulate them. For example, if the shop uses GrabCAD Print to slice your parts, that software can open CAD files directly, and produce much better triangulations than exporting from the CAD software. (In this case they won't be using GCP, which doesn't support the print technologies you mention, but it's just an example: some other vendors' tools have the same functionality.)



                          If you don't wish to send your original CAD parts, check if your tool can export Parasolid files (.x_t or .x_b). They contain the original boundary representation your CAD tool uses to represent geometry, but not the feature structure, constraints, or design intent.






                          share|improve this answer









                          $endgroup$



                          Most CAD tools generate quite low-res triangulations. The ideal solution is to avoid using the CAD tool to generate them. For example, if the print shop can accept your CAD files directly, they may have other software that can triangulate them. For example, if the shop uses GrabCAD Print to slice your parts, that software can open CAD files directly, and produce much better triangulations than exporting from the CAD software. (In this case they won't be using GCP, which doesn't support the print technologies you mention, but it's just an example: some other vendors' tools have the same functionality.)



                          If you don't wish to send your original CAD parts, check if your tool can export Parasolid files (.x_t or .x_b). They contain the original boundary representation your CAD tool uses to represent geometry, but not the feature structure, constraints, or design intent.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 10 hours ago









                          Dan HulmeDan Hulme

                          330115




                          330115




















                              Strawberry is a new contributor. Be nice, and check out our Code of Conduct.









                              draft saved

                              draft discarded


















                              Strawberry is a new contributor. Be nice, and check out our Code of Conduct.












                              Strawberry is a new contributor. Be nice, and check out our Code of Conduct.











                              Strawberry is a new contributor. Be nice, and check out our Code of Conduct.














                              Thanks for contributing an answer to 3D Printing Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              Use MathJax to format equations. MathJax reference.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2f3dprinting.stackexchange.com%2fquestions%2f10310%2fimproving-triangulation-on-autocad-generated-stl-files%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                              Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                              Ласкавець круглолистий Зміст Опис | Поширення | Галерея | Примітки | Посилання | Навігаційне меню58171138361-22960890446Bupleurum rotundifoliumEuro+Med PlantbasePlants of the World Online — Kew ScienceGermplasm Resources Information Network (GRIN)Ласкавецькн. VI : Літери Ком — Левиправивши або дописавши її