Skip to content

AndrewColligan/Point-Cloud-Creation-from-CAD-Models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Point Cloud Creation From CAD Models

About

CAD models are often represented as a boundary representation B-Rep. However, a machine learning algorithm requires a fixed input size across the entire dataset, which is not apparent for B-Rep models. Therefore, CAD models needed to be converted into a secondary representation such as point clouds.

Code provided on GitLab can be used to help with the creation and labeling of a point cloud dataset from CAD models. In short, the CAD model is discretized into a stl mesh, which is used to create a point cloud. This point cloud is superimposed onto the CAD model. Bounding boxes of each face in the CAD model are found. The points are linked to a face if it lies within the bounding box.

Process Flow

This method allows for the creation of point clouds for CAD models that have been decomposed for mesh generation.

The paper on which this code is based can be found here.

Citation

Please cite this work if used in your research:

@article{Point Cloud Dataset Creation for Machine Learning on CAD Models 2020,
  Author = {Andrew R. Colligan, Trevor. T. Robinson, Declan C. Nolan, Yang Hua},
  Journal = {Computer-Aided Design and Applications},
  Title = {Point Cloud Dataset Creation for Machine Learning on CAD Models},
  Year = {2020}
  URL = {http://cad-journal.net/files/vol_18/CAD_18(4)_2021_760-771.pdf}
}

About

This project is used to generate point clouds from CAD models and transfer face labels and other features to points..

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published