Hi @SHIBUJOSE
First you should have a look for sastrugi package.
Second i have post to convert point cloud to mesh. Also i have post to register revit family to point cloud by using AI icp registration method.
Hi All,
I would like to share how to create the existing model of bridge based on point cloud insted Alignment and profile.
challenget
-The challenge here we need to predict the CL of the bridge to create existing model that we do not have the data from transportation. what we have the laser scane (point cloud).
Input
point cloud for the Bridge
Bridge cross section
[image]
Workflow
load the point cloud into the project as *.rcp
create a adaptive family (single…
Point_Cloud_To_Mesh.dyn (57.5 KB)
Hi
I need to share with you how to convert point cloud to mesh by using use python 3 and “Open 3d” Package in dynamo
1- load Open 3d packedge in to your dynamo
2- voxel_down_sampl
downpcd=pcd.voxel_down_sample(voxel_size=0.05)
3- used dbscan to cluster point cloud and remove the noise point
labels1 = np.array(downpcd.cluster_dbscan(eps=0.05, min_points=10))
4- create mesh TriangleMesh by using point cloud ball pivoting algorithm o3d.geometry.TriangleMes…
3 Likes