Import point cloud to ArchiCAD and make a terrain from it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-02-18 12:24 PM
I found an interesting article which describes some of the steps needed in order to import a point cloud to ArchiCAD and make a terrain from that point cloud:
However the the final terrain looks a little bit "flat" so to say (photo attached below).
Is it possible to somehow make that terrain a bit more precise (meaning: it corresponding to the position of the actual point cloud points)?
Thank you for the reply.
- Labels:
-
Data Exchange

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-02-18 02:30 PM
Basically you use the Point Cloud only as a Reference. Then you have to place many many Coordinate Dimension objects as the X, Y and Z coordinates of these will be scheduled then saved as Excel, manipulated there a bit to achieve the desired format, then saved as XYZ files. Then a Mesh placed based on those XYZ points. So the resolution of the Mesh that will be created from that XYZ file will be dependent on how many Coordinate Dimension objects you have placed.
The more you placed the more accurate the final result will be.
It is probably a good idea to place a lot more of them in areas where the terrain varies a lot.
In any case I would probably place hundreds of them before scheduling them and exporting to Excel.
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-02-18 07:59 PM
Can you suggest some better method of importing a point cloud into ArchiCAD and making a precise terrain from it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-02-19 09:46 AM
What would be a useful thing (and I don't know if there is such a utility out there) is a little program to reduce the number of points in a point cloud. So for example, if you have a Point Cloud file of 1 million points, this utility could reduce evenly the number of points to, let's say a 1000 points, then save it as an XYZ file.
Then you could import that 1000 point XYZ file into ARCHICAD and make a Mesh out of it. Then the Mesh would not slow down because of the high number of surface points in it.
If you tried to convert 100s of thousands or millions of points to a Mesh, that would pretty much kill it, I think.
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-02-19 01:02 PM
Would it be possible to explain this step a bit in detail please:
laszlonagy wrote:I am interested in how to make a Mesh from those imported points.
Then you could import that 1000 point XYZ file into ARCHICAD and make a Mesh out of it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-02-19 01:11 PM
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-02-19 01:53 PM
nedostizni wrote:This is an article I wrote awhile ago, but still should re relevant: Creating a mesh from a txt file.
I am interested in how to make a Mesh from those imported points.
nedostizni: your signature looks out of date.
David
www.davidmaudlin.com
Digital Architecture
AC28 USA • Mac mini M4 Pro OSX15 | 64 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-02-19 05:56 PM
@David: is your article made for rectangular (at least rectangular in 2d view) meshes only?
It's almost impossible to name which X, Y, Z coordinate coresponds to which point in a point cloud with randomly arranged points.
P.S.
I edited my PC configuration in my profile. Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-02-20 03:39 PM
nedostizni wrote:No, this will work for any polygonal shape, but I think ArchiCAD finds the boundary then adds the other points to the interior (might not work correctly for an "S" type shape).
@David: is your article made for rectangular (at least rectangular in 2d view) meshes only?
nedostizni wrote:Understandable. This thread has a link to software that can reduce the number of points: Point cloud - Too many points.
It's almost impossible to name which X, Y, Z coordinate coresponds to which point in a point cloud with randomly arranged points.
nedostizni wrote:Thanks, shows you have the Place Mesh but not the Point Cloud import features.
I edited my PC configuration in my profile.
David
www.davidmaudlin.com
Digital Architecture
AC28 USA • Mac mini M4 Pro OSX15 | 64 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-02-20 07:58 PM
Let me just quote one part:
David wrote:nedostizni wrote:Understandable. This thread has a link to software that can reduce the number of points: Point cloud - Too many points.
It's almost impossible to name which X, Y, Z coordinate coresponds to which point in a point cloud with randomly arranged points.
...
No, this will work for any polygonal shape, but I think ArchiCAD finds the boundary then adds the other points to the interior (might not work correctly for an "S" type shape).
So If I understood you correctly, in case of rectangular (rectangular in top view) point cloud, it just needs to be exported from some other application (Rhino3d for example) in .xyz file, and imported to ArchCAD.
But if the point cloud in .xyz file is not rectangular (rectangular in top view), then it needs to be edited according to your article? Otherwise, the "S" shaped point cloud will look rectangular too?
Did I understand that correctly or not?