<?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: Faro As built Modeler point cloud size in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11006865#M60565</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/673012"&gt;@david.bruni&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;.... once I load the point cloud and start switching UCS, zooming and panning around, doing 3D orbit, after 10-15 minutes, they start acting strange. ...&lt;/SPAN&gt;.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Does turning DRAGMODE off help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's something that gets worse the longer you work, it's likely overloading the Undo history with all those positions of all those points, etc.&amp;nbsp; I suggest clearing that out as often as you dare.&amp;nbsp; I have a little command called &lt;STRONG&gt;DUH&lt;/STRONG&gt; [= &lt;STRONG&gt;D&lt;/STRONG&gt;ump &lt;STRONG&gt;U&lt;/STRONG&gt;ndo &lt;STRONG&gt;H&lt;/STRONG&gt;istory] for the purpose:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;;; DumpUndoHistory.lsp
(defun C:DUH ()
  (setvar 'cmdecho 0)
  (command "_.undo" "_control" "_none" "_.undo" "")
  (setvar 'cmdecho 1)
  (prompt "\nDumped Undo History.")
  (princ)
)
&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 15 Mar 2022 18:18:59 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2022-03-15T18:18:59Z</dc:date>
    <item>
      <title>Faro As built Modeler point cloud size</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11005164#M60562</link>
      <description>&lt;P&gt;I've just started using point clouds in autocad and I was wondering if anyone knows if there's a limit to the As built Modeler point cloud size? I've got a point cloud that's 1,800,000,000 (+=/-) points. One billion, eight hundred million. Is that too much for autocad to handle?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is that once I load the point cloud and start switching UCS, zooming and panning around, doing 3D orbit, after 10-15 minutes, they start acting strange. 3D orbit especially. I've got ORBITAUTOTARGET set to 0 but it acts like it's not. I try to 3D orbit and it goes off the screen. I'm using the middle mouse button to zoom, pan and 3D orbit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It get's so bad that it becomes impossible to zoom in, add some center lines, or anything. I'll try to zoom window and it won't even zoom on the crosshairs. Sometimes clicking the quicksave button makes the view jump off screen. Sometimes scrolling the wheel won't zoom unless I press and hold it. 3D orbit is the worse. It becomes unusable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know if this is an autocad problem or as built modeler problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My computer is an alienware R11&lt;/P&gt;&lt;P&gt;CPU i7-10700KF @ 3.8 GHz&lt;/P&gt;&lt;P&gt;64 gigs of DDR4 ram&lt;/P&gt;&lt;P&gt;Nvidia Geforce RTX 3080 with 10 gigs of ram&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yeah, I'm using my gaming computer to run autocad. Any help would be appreciated. I've tried most of the fixes from the knowledge base and from googling around the internet.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 02:24:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11005164#M60562</guid>
      <dc:creator>david.bruni</dc:creator>
      <dc:date>2022-03-15T02:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Faro As built Modeler point cloud size</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11006788#M60563</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/673012"&gt;@david.bruni&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great&amp;nbsp;question. That is indeed quite a large point cloud.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AutoCAD based products, including Civil 3D, have a maximum limit of 25,000,000 points, using the 2015 RCP, RCS formats. &lt;SPAN&gt;This can be set via the &lt;STRONG&gt;POINTCLOUDPOINTMAX&lt;/STRONG&gt; command.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For legacy (Pre-2015) RCP, RCS formats, the maximum limit is&amp;nbsp;&lt;SPAN&gt;15,000,000 points which can be set&lt;/SPAN&gt;&amp;nbsp;via the &lt;STRONG&gt;POINTCLOUDPOINTMAXLEGACY&lt;/STRONG&gt; command.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;All the best,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 17:46:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11006788#M60563</guid>
      <dc:creator>cheryl.buck</dc:creator>
      <dc:date>2022-03-15T17:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Faro As built Modeler point cloud size</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11006849#M60564</link>
      <description>&lt;P&gt;What's&amp;nbsp; the extension of your 'original' Faro point cloud?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E57? las? laz? fls?&lt;/P&gt;&lt;P&gt;I don't know?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 18:12:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11006849#M60564</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2022-03-15T18:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Faro As built Modeler point cloud size</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11006865#M60565</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/673012"&gt;@david.bruni&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;.... once I load the point cloud and start switching UCS, zooming and panning around, doing 3D orbit, after 10-15 minutes, they start acting strange. ...&lt;/SPAN&gt;.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Does turning DRAGMODE off help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's something that gets worse the longer you work, it's likely overloading the Undo history with all those positions of all those points, etc.&amp;nbsp; I suggest clearing that out as often as you dare.&amp;nbsp; I have a little command called &lt;STRONG&gt;DUH&lt;/STRONG&gt; [= &lt;STRONG&gt;D&lt;/STRONG&gt;ump &lt;STRONG&gt;U&lt;/STRONG&gt;ndo &lt;STRONG&gt;H&lt;/STRONG&gt;istory] for the purpose:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;;; DumpUndoHistory.lsp
(defun C:DUH ()
  (setvar 'cmdecho 0)
  (command "_.undo" "_control" "_none" "_.undo" "")
  (setvar 'cmdecho 1)
  (prompt "\nDumped Undo History.")
  (princ)
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 15 Mar 2022 18:18:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11006865#M60565</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-03-15T18:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Faro As built Modeler point cloud size</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11006893#M60566</link>
      <description>&lt;P&gt;I started with .fls files, I ran them through recap and created an .rcp. The .rcp file is what I have loaded in acad right now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I forgot to say in my original post that I'm using autocad 2022 and as built modeler 2021, if that matters.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 18:32:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11006893#M60566</guid>
      <dc:creator>david.bruni</dc:creator>
      <dc:date>2022-03-15T18:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Faro As built Modeler point cloud size</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11006912#M60567</link>
      <description>&lt;P&gt;I'll give dragmode a try. It was set to auto. I turned it off. And I will give your "DUH" file a try. However, just this morning the 3dorbit started acting like it was set to "1", but it's set to "0", drove me crazy for a while, then fixed itself and went back to normal. It's really irritating when you can't orbit correctly. I appreciate the help.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 18:38:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11006912#M60567</guid>
      <dc:creator>david.bruni</dc:creator>
      <dc:date>2022-03-15T18:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Faro As built Modeler point cloud size</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11007470#M60568</link>
      <description>&lt;P&gt;Duplicate post.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 22:52:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11007470#M60568</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2022-03-15T22:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Faro As built Modeler point cloud size</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11007473#M60569</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/673012"&gt;@david.bruni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So you’re using (or have already used) Recap. Suggest you go back to Recap and reduce that density because a billion+ points in AutoCad is ridiculous.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reduce to 1 point per square meter. You can always go back and increase the density later. As it is right now you need to resolve the lag issue, maybe even a crashing issue.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I’m guessing your point density right now is something like one point per 0.18 sq meter so reducing density down to one point per 1 sq meter is huge. Your 1.8 billion total points is overkill.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Your post belongs in Recap or the Civil3D or the Map3D forum, not vanilla Cad.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 01:30:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11007473#M60569</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2022-03-16T01:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Faro As built Modeler point cloud size</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11007517#M60570</link>
      <description>&lt;P&gt;Thanks for the suggestion, I'll give that a try. I'm new to this point cloud stuff. I did create a new drawing and inserted the point cloud into that and so far it seems to be working ok. I think I might have done something work in the first drawing but all I did was add a few lines and a couple UCS. The strange thing is the old drawing was about 1,600KB and the new one is about 400KB but they both have about the same amount of info in them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this point I guess I'm gonna have to chalk it up as operator error.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 23:35:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/faro-as-built-modeler-point-cloud-size/m-p/11007517#M60570</guid>
      <dc:creator>david.bruni</dc:creator>
      <dc:date>2022-03-15T23:35:18Z</dc:date>
    </item>
  </channel>
</rss>

