Aurora Visio Studio TOP » Program Examples » Circle Fitting 3D

Circle Fitting 3D

目的

The task of the application is to measure distance between 2 holes in a scanned 3D object.

Input

The surface of the scanned object.

Output

Marked holes and their centers of the surface. Calculated distance between holes.

ヒント

Having acquired point clouds of the Surface data type, choose the part with the holes using the SurfaceValidPointsRegion filter. Then use FitCircleToEdges3D to locate holes and their centers. Use the PointToPointDistance3D to measure the distance.

Solution (AVS)

>> ここをクリックしてソリューションを開く

その他の資料