How to access mesh&plane data.

I want to get the data in detail. Which variable has these value? I need to know data such as face, normal, vertices. Thanks.

The mathematical definition is;

  • A plane has a point and a normal. It's extend is infinte.
  • A line has a point and a direction. It's extend is infinte.

But the very reality is;

  • A real plane or a real line has length/width/height.

Faces, normals, vertices are planes, directions, points, respectively.

How to handle mathematically them is an art.

Please try FindSurface Web Demo; https://developers.curvsurf.com/WebDemo/

Planes, spheres, cylinders, cones, and tori can be accurately detected, recognized, and measured in real-time from 3D point cloud data.

Hello @Eullllll,

I think you are looking for the following data providers:

How to access mesh&plane data.
 
 
Q