<?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: Point cloud - Too many points in Project data &amp; BIM</title>
    <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252802#M6170</link>
    <description>Cool, thanks a lot for that info&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;laszlonagy wrote:&lt;BR /&gt;I just learned about a free Point Cloud processing software called CloudCompare which may help you with this:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=54196" target="_blank"&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... hp?t=54196"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=54196&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Tue, 01 Nov 2016 20:22:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-01T20:22:03Z</dc:date>
    <item>
      <title>Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252793#M6161</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I may have pushed the limits of how many cloud files to import in a blank ARCHICAD file in attempts to find a workflow on how to use them.&lt;BR /&gt;
&lt;BR /&gt;
There was a total of 8 files e57 with roughly 10GB of Data. Are xyz files better?&lt;BR /&gt;
&lt;BR /&gt;
I made an independent layer for each scans so I can turn it on and off easily, however I wanted to test to see what would happen when all are on and open the 3D view. In case I didn't know ARCHICAD and turned everything on.&lt;BR /&gt;
&lt;BR /&gt;
The file just became unusable as it was in a permanent frozen state, or may take 20 minutes or more to respond, this was expected....&lt;BR /&gt;
&lt;BR /&gt;
Are there better ways to manipulate the information besides layer management?&lt;BR /&gt;
 &lt;BR /&gt;
Is there a way to disable Turning on all layers, or specific layers?&lt;BR /&gt;
&lt;BR /&gt;
I was thinking I could make a renovation status for each scans and use the pin option for each scan. See attachment.&lt;BR /&gt;
&lt;BR /&gt;
Other thoughts on what others are doing would be greatly appreciated...&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2016-01-22 at 6.54.32 PM.png" style="width: 47px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/7694i4246A9AC3375166E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2016-01-22 at 6.54.32 PM.png" alt="Screen Shot 2016-01-22 at 6.54.32 PM.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 30 May 2023 10:39:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252793#M6161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-30T10:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252794#M6162</link>
      <description>Well, it seems like you are really pushing the limit here.&lt;BR /&gt;
10 GB is 10 000 000 000 bytes, which I think is probably in the range of 100-200 million individual points in those Point Clouds (if we assume that 1 point takes 50-100 bytes of data).&lt;BR /&gt;
I don't think it matters whether it is an E57 or XYZ file, both are converted to a Point Cloud Object file when imported into ARCHICAD.&lt;BR /&gt;
&lt;BR /&gt;
I was thinking about this thing for a while since it is a thing that can definitely bring ARCHICAD, or any BIM application for that matter, to its knees.&lt;BR /&gt;
&lt;BR /&gt;
What I think would be useful is for GRAPHISOFT to implement some kind of technology using which it would be possible to make the point cloud less dense. This would mean that, for example, only every second point in the point cloud file is imported. Or every 3rd or 4th. This could be set by the user during the import process. This way a very large point cloud file could be made much lighter and more manageable.&lt;BR /&gt;
&lt;BR /&gt;
Handling XYZ files in this regard is easier than handling E57 files since XYZ is a textual file format it which each line represents one Point of the Point Cloud.&lt;BR /&gt;
If you had some utility program which could take an XYZ file and delete every 2nd line in it, then same it under a new name, then using this method you could manually reduce the size of those Point Cloud files, then import those.&lt;BR /&gt;
Or you could delete 3 lines, keep every 4th line and then save it as a new XYZ file, that would decrease the number of points in each file by a factor of 4.&lt;BR /&gt;
I think this method should/could work, probably you would still get the geometry, there would only be fewer points everywhere. So you wouldn't have to worry about losing parts of your point cloud geometry by reason of deleting so many points.&lt;BR /&gt;
&lt;BR /&gt;
It would be interesting to know which component of the computer is choking when you try to display them in 3D. During the generation of 3D while it seems frozen, you could check how much memory is used, because if the 16 GB is not enough ARCHICAD swaps data to virtual memory on the hard drive, which will slow it down to a crawl. This can be remedied by putting in another 16 GBs of RAM.&lt;BR /&gt;
Or it is the CPU? Do you see the CPU running at 100%. If you do it is probably working as hard as it can but this is how fast it can process all that data. This can be remedied only by a new CPU but even that will not increase the speed as much (and may require buying a new computer, which is not a really good option).</description>
      <pubDate>Mon, 25 Jan 2016 14:25:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252794#M6162</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2016-01-25T14:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252795#M6163</link>
      <description>I've got zero experience with pointclouds, but I know there is software that can 'vectorise' the data, resulting in much smaller models. &lt;A href="http://www.pointfuse.com" target="_blank"&gt;www.pointfuse.com&lt;/A&gt; for example.&lt;BR /&gt;
&lt;BR /&gt;
Sadly, another piece of software to buy. Hopefully in the future ArchiCAD will be able to reconize simple geometry like planes and tubes, rather than having to work with millions of points.&lt;BR /&gt;
&lt;BR /&gt;
For now we are sticking to the old way of single point laser measurement, along with ye olde tape measure in our office.</description>
      <pubDate>Mon, 25 Jan 2016 14:35:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252795#M6163</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2016-01-25T14:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252796#M6164</link>
      <description>I had a good result with free open source application Cloud Compare (&lt;A href="http://www.danielgm.net/cc/" target="_blank"&gt;http://www.danielgm.net/cc/&lt;/A&gt;). You can open your pointcloud and reduce the number of points. I had a 1 by 1 milimeter dense pointcolud, that was too much for ArchiCAD. I reduced it to 1/10th of the size. One of pointclouds was also without RGB information, just intensity, so all points in ArchiCAD turned black. With Cloudcompare I managed to get at least grayscale information.&lt;BR /&gt;
Hope it helps.</description>
      <pubDate>Tue, 26 Jan 2016 07:32:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252796#M6164</guid>
      <dc:creator>Gorazd</dc:creator>
      <dc:date>2016-01-26T07:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252797#M6165</link>
      <description>That sounds very interesting, Gorazd. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 26 Jan 2016 12:32:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252797#M6165</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2016-01-26T12:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252798#M6166</link>
      <description>Thank you for the information Laszlo, I will try and get smaller files and see how the xyz format works. &lt;BR /&gt;
&lt;BR /&gt;
I also will try Goraz suggestion.&lt;BR /&gt;
&lt;BR /&gt;
To make things a lot worst the cloud files I have have a crazy origin point because we started off the model with Civil coordinates which puts our model x=64572' and y= 252831' from the origin point.&lt;BR /&gt;
&lt;BR /&gt;
Placing point clouds can be challenging as one has to set all the correct parameters under the object tool first (layers, rotation, and height maybe too?). So that the object doesn't rotate or move up or down.&lt;BR /&gt;
&lt;BR /&gt;
To respond to the software freezing: Need to retry it and document it.&lt;BR /&gt;
&lt;BR /&gt;
I agree that I need to find a way of filtering the cloud information of what is needed for the import into ARCHICAD for best results.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Gorazd wrote:&lt;BR /&gt;I had a good result with free open source application Cloud Compare (&lt;A href="http://www.danielgm.net/cc/" target="_blank"&gt;http://www.danielgm.net/cc/&lt;/A&gt;). You can open your pointcloud and reduce the number of points. I had a 1 by 1 milimeter dense pointcolud, that was too much for ArchiCAD. I reduced it to 1/10th of the size. One of pointclouds was also without RGB information, just intensity, so all points in ArchiCAD turned black. With Cloudcompare I managed to get at least grayscale information.&lt;BR /&gt;
Hope it helps.&lt;/BLOCKQUOTE&gt;

&lt;BLOCKQUOTE&gt;laszlonagy wrote:&lt;BR /&gt;Well, it seems like you are really pushing the limit here.&lt;BR /&gt;
10 GB is 10 000 000 000 bytes, which I think is probably in the range of 100-200 million individual points in those Point Clouds (if we assume that 1 point takes 50-100 bytes of data).&lt;BR /&gt;
I don't think it matters whether it is an E57 or XYZ file, both are converted to a Point Cloud Object file when imported into ARCHICAD.&lt;BR /&gt;
&lt;BR /&gt;
I was thinking about this thing for a while since it is a thing that can definitely bring ARCHICAD, or any BIM application for that matter, to its knees.&lt;BR /&gt;
&lt;BR /&gt;
What I think would be useful is for GRAPHISOFT to implement some kind of technology using which it would be possible to make the point cloud less dense. This would mean that, for example, only every second point in the point cloud file is imported. Or every 3rd or 4th. This could be set by the user during the import process. This way a very large point cloud file could be made much lighter and more manageable.&lt;BR /&gt;
&lt;BR /&gt;
Handling XYZ files in this regard is easier than handling E57 files since XYZ is a textual file format it which each line represents one Point of the Point Cloud.&lt;BR /&gt;
If you had some utility program which could take an XYZ file and delete every 2nd line in it, then same it under a new name, then using this method you could manually reduce the size of those Point Cloud files, then import those.&lt;BR /&gt;
Or you could delete 3 lines, keep every 4th line and then save it as a new XYZ file, that would decrease the number of points in each file by a factor of 4.&lt;BR /&gt;
I think this method should/could work, probably you would still get the geometry, there would only be fewer points everywhere. So you wouldn't have to worry about losing parts of your point cloud geometry by reason of deleting so many points.&lt;BR /&gt;
&lt;BR /&gt;
It would be interesting to know which component of the computer is choking when you try to display them in 3D. During the generation of 3D while it seems frozen, you could check how much memory is used, because if the 16 GB is not enough ARCHICAD swaps data to virtual memory on the hard drive, which will slow it down to a crawl. This can be remedied by putting in another 16 GBs of RAM.&lt;BR /&gt;
Or it is the CPU? Do you see the CPU running at 100%. If you do it is probably working as hard as it can but this is how fast it can process all that data. This can be remedied only by a new CPU but even that will not increase the speed as much (and may require buying a new computer, which is not a really good option).&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 29 Jan 2016 13:19:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252798#M6166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T13:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252799#M6167</link>
      <description>Yes, we do not scans building either and use the laser measurer and tape as well.&lt;BR /&gt;
&lt;BR /&gt;
For this particular project the CM does scans of the existing conditions as part of their coordination process and I happen to be given the scans in order to coordinate some existing conditions. &lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Erwin wrote:&lt;BR /&gt;I've got zero experience with pointclouds, but I know there is software that can 'vectorise' the data, resulting in much smaller models. &lt;A href="http://www.pointfuse.com" target="_blank"&gt;www.pointfuse.com&lt;/A&gt; for example.&lt;BR /&gt;
&lt;BR /&gt;
Sadly, another piece of software to buy. Hopefully in the future ArchiCAD will be able to reconize simple geometry like planes and tubes, rather than having to work with millions of points.&lt;BR /&gt;
&lt;BR /&gt;
For now we are sticking to the old way of single point laser measurement, along with ye olde tape measure in our office.&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 29 Jan 2016 13:25:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252799#M6167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T13:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252800#M6168</link>
      <description>Are there experiences about #of nodes/clouds and clouds/project to keep performance alive?&lt;BR /&gt;
&lt;BR /&gt;
-&amp;gt; Wishlist: Imported clouds are objects. Objects can be intelligent. Optional cropping of data extension and density inside of the object. Or deviding import-cloud into several Objects with low density, managed by a main object, which switches individual density higher.</description>
      <pubDate>Thu, 06 Oct 2016 12:57:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252800#M6168</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2016-10-06T12:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252801#M6169</link>
      <description>I just learned about a free Point Cloud processing software called CloudCompare which may help you with this:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=54196" target="_blank"&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... hp?t=54196"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=54196&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Sun, 30 Oct 2016 22:09:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252801#M6169</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2016-10-30T22:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252802#M6170</link>
      <description>Cool, thanks a lot for that info&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;laszlonagy wrote:&lt;BR /&gt;I just learned about a free Point Cloud processing software called CloudCompare which may help you with this:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=54196" target="_blank"&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... hp?t=54196"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=54196&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 01 Nov 2016 20:22:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252802#M6170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-01T20:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252803#M6171</link>
      <description>Thanks for the reply. I will have a look on it. Sounds very helpful.</description>
      <pubDate>Wed, 02 Nov 2016 07:40:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252803#M6171</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2016-11-02T07:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252804#M6172</link>
      <description>Using ArchiCAD 21, I'm just finally getting into some Point Clouds.  Unfortunately, the first attempts have been riddled with problems.  Too many points is the big one, and I'm going to try CloudCompare.&lt;BR /&gt;
&lt;BR /&gt;
Besides that, the first XYZ files we received had no RGB data, just XYZ.  ArchiCAD is pick and won't accept that.  The next file had no .XYZ extension, and in the Mac, there's a less-than-obvious trick to adding useful file extensions.  Then the Surveyor added the color, but the file was comma-delimited.  ArchiCAD only recognizes space or tab-delimited.  After all that, still too big.&lt;BR /&gt;
&lt;BR /&gt;
By the way, I have opened these files in a text editor.  I use TextWrangler on the Mac.  FYI, a 600 MB XYZ file has about 18 million points.  That might be a useful ratio: about 30,000 points per MB.&lt;BR /&gt;
&lt;BR /&gt;
I have no idea what the optimum size for ArchiCAD is, especially with the 16 GB ceiling on most Macs.  It would be useful for GS to publish.</description>
      <pubDate>Wed, 16 Aug 2017 02:40:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252804#M6172</guid>
      <dc:creator>Da3dalus</dc:creator>
      <dc:date>2017-08-16T02:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252805#M6173</link>
      <description>CloudCompare is they key to making point clouds work!&lt;BR /&gt;
&lt;BR /&gt;
I was able to easily open the file, and after fiddling for a bit, I resampled the resolution and previewed several settings, settled on 1,000,000 points, saved back into XYZ, and changed it to space-delimited, just like ArchiCAD wants it.  Works like a dream!&lt;BR /&gt;
&lt;BR /&gt;
I think I can do more than a million, but that will need some experimentation.</description>
      <pubDate>Wed, 16 Aug 2017 15:59:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252805#M6173</guid>
      <dc:creator>Da3dalus</dc:creator>
      <dc:date>2017-08-16T15:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252806#M6174</link>
      <description>Hi all.&lt;BR /&gt;
&lt;BR /&gt;
I'm using point clouds in AC since AC20, with some nice results and a good workflow to follow. I will explain how I use them.&lt;BR /&gt;
&lt;BR /&gt;
First I do the site job - laser scanning and then point cloud registering - normally the surveyor does that.&lt;BR /&gt;
&lt;BR /&gt;
Then I ask for an e57/xyz file with all the information available. In these case I have the full resolution of the point cloud in order to mesure it or evaluate it further. Here there are several pieces of free software to evaluate these things - Recap, Leica, Faro, or even Cloud Compare (the one I personally use). Recap files are also good, because they have those 360 photos so we can work and evaluate things from the photo and not from the point cloud itself.&lt;BR /&gt;
&lt;BR /&gt;
Normally I get very big files, with 20GB, 50GB or even 85GB. These files contains all the information, unfiltered so we can evaluate them. Cloud Compare can struggle with files that big, but there are alternatives, and in last resort I ask for a file that will be a little bit smaller, so I can open it in CloudCompare and work with it.&lt;BR /&gt;
&lt;BR /&gt;
In CloudCompare I'll do 4 things:
&lt;LIST type="decimal"&gt;&lt;S&gt;&lt;UL&gt;&lt;LI&gt;fuse all the individual scans, that come with the xyz/e57 file, in order to get rid of the comum points and get a file a little bit smaller just by that.&lt;/LI&gt;&lt;/UL&gt;
&lt;LIST type="2"&gt;&lt;S&gt;[list=2]&lt;/S&gt;&lt;LI&gt;then I delete all the information that is not needed, like far surroundings and other information that is irrelevant to the job to be done.&lt;/LI&gt;
&lt;LIST type="3"&gt;&lt;S&gt;[list=3]&lt;/S&gt;&lt;LI&gt;then I try to level the point cloud by a known level ground plane - sometimes it's tricky but is very easy to get it done, by selecting 3 points defining a horizontal plane.&lt;/LI&gt;
&lt;LIST type="4"&gt;&lt;S&gt;[list=4]&lt;/S&gt;&lt;LI&gt;last I prepare the file to import to AC, subsampling it. I first subsample the file to 1mm density, that for a 5mm density, then to 10mm density and so on until I get a file around 1GB of file size&lt;/LI&gt;

With that done, I manage to import the point cloud into AC, with a reasonable file size and responsiveness that allow me to develop the 3d modeling process into AC.&lt;BR /&gt;
&lt;BR /&gt;
In AC I use plan region settings in the point cloud to make several heights in floor plan - normally small bands of 100mm thick is all we need at a good height. And for sections and elevations the trick is the same: small depths, so we can see "lines" instead of a lot of noise that do not help modeling the building.&lt;BR /&gt;
&lt;BR /&gt;
Yes is a process that is time consuming but at least we manage to use point clouds in AC in a way that is helping and not disturbing. If the subsampled file lost valuable information, I get back to CloudCompare, section a little bit of a higher density point cloud and export just that little bit of the cloud, and then import just that fragment to AC, on top of the previous one, or on top of the already modeled part of the building, and so on.&lt;BR /&gt;
&lt;BR /&gt;
My main complain is that AC22 somehow is worst that AC21 handling point clouds in section and elevation. I don't find out why, but in AC21 I get all the cross section straight and in AC22 the very same section only displays half of the point cloud, so I do not get the proper section to work. For that reason, and because time do not stop I'm using AC21 to get the job with the clouds done, and then shift to AC22 to get the best AC yet.&lt;BR /&gt;
&lt;BR /&gt;
I had tested other workflows, like PointCAB and other tools, but I think that they are even more time consuming, and all lacks the "Architect evaluation eyes" to get the things that really matter in these solutions.&lt;BR /&gt;
&lt;BR /&gt;
Hope it help. I'de spoken about these workflow in AC Summer School in Lisbon... &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;/LIST&gt;&lt;/LIST&gt;&lt;/LIST&gt;&lt;/S&gt;&lt;/LIST&gt;</description>
      <pubDate>Sun, 28 Oct 2018 12:28:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252806#M6174</guid>
      <dc:creator>ruivenda</dc:creator>
      <dc:date>2018-10-28T12:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Point cloud - Too many points</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252807#M6175</link>
      <description>&lt;BLOCKQUOTE&gt;ruivenda wrote:&lt;BR /&gt;
...&lt;BR /&gt;
My main complain is that AC22 somehow is worst that AC21 handling point clouds in section and elevation. I don't find out why, but in AC21 I get all the cross section straight and in AC22 the very same section only displays half of the point cloud, so I do not get the proper section to work. For that reason, and because time do not stop I'm using AC21 to get the job with the clouds done, and then shift to AC22 to get the best AC yet.&lt;BR /&gt;
...
&lt;/BLOCKQUOTE&gt;
Hi,&lt;BR /&gt;
&lt;BR /&gt;
First of all, neat workflow tips, I like it! &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
The issue you mentioned about ARCHICAD 22 is something we are aware of, and we want to fix it in our next update (AC22 50xx). You will find it as fix #250366 in our Release Note.&lt;BR /&gt;
&lt;BR /&gt;
As far as we know this only happen on macOS. If you turn off the 2D Drawing Hardware Acceleration in the Work Environment (or sometimes it is enough to just set it lower), the Point Cloud should appear properly - though that should make things slower.&lt;BR /&gt;
&lt;BR /&gt;
Regards,</description>
      <pubDate>Tue, 30 Oct 2018 17:04:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Point-cloud-Too-many-points/m-p/252807#M6175</guid>
      <dc:creator>Daniel Kovacs</dc:creator>
      <dc:date>2018-10-30T17:04:38Z</dc:date>
    </item>
  </channel>
</rss>

