Skip to main content
Question

I would like to separate roof from 3D feature, I have building footrprint, DEM, LAS file.

  • January 22, 2024
  • 2 replies
  • 38 views

totree30
Contributor
Forum|alt.badge.img+3

Hello! I could make a 3D buildings with simple roof form, I got SurfaceNormal Z, so I could separate flat form roof. But I have a building with complex roof. So I want to separate the building from certain Z height, above it, it is roof and under it, it is body of the building. Do you have any Idea to get it?

2 replies

joepk
Influencer
Forum|alt.badge.img+20
  • Influencer
  • 144 replies
  • January 22, 2024

You can use the PointCloudFilter or PointCloudSplitter to separate parts of your LAS point cloud based on Z-values or other attributes. Could this solve your issue?


totree30
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • 9 replies
  • January 23, 2024

You can use the PointCloudFilter or PointCloudSplitter to separate parts of your LAS point cloud based on Z-values or other attributes. Could this solve your issue?

Thank you for reply! Can you give me an idea to create 3D buildings with LAS point cloud?