DiscussionsIssue archiveModeling Data and Algorithms

Archived discussion

Point cloud generation

Modeling Data and AlgorithmsTue, 03/03/2020 - 07:322 replies

Browse this forum
QuestionAuthor

Hello, I'm new to OCCT framework.
I have my application that needs point clouds.
Can we use OCCT library or classes to read either IGES or STEP CAD file and generated surface point clouds, so that i can use that in my application.

Thanks,

Author

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

Sure, OCCT may help you with that.
Frameworks supports reading STEP and IGES models, provides tools for fetching points from analythical surfaces, classifying if point is inside our outside boundaries, as well as triangulation algorithm.

02Author

I'm able to read STEP file using function "ReadSTEP()".

What API should i use to generate surface point cloud for the STEP file surface?

Can we use other than triangulation algorithm to generate surface points. If so, please provide the details.

I'm looking at creation of either Spiral, Radial or XY grid points.

Thanks,

Author