DiscussionsIssue archiveData Exchange and Application Framework

Archived discussion

Can .ply file transform to .step file?

Data Exchange and Application FrameworkMon, 06/27/2022 - 10:342 replies

Browse this forum
QuestionAuthor

As the title, can .ply file transform to .step file?
As we know .ply file is disorderly point cloud. And the BRep has mathematical definition.
I‘m very curious about can this function realize.

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

PLY is a polygonal model representation, while B-Rep is a boundary representation (usually based on analytical surfaces and curves). STEP format supports tessellated representation, but it is merely useless for something other than just displaying a model in the viewer.

From the other side, reconstruction of B-Rep model from it's polygonal representation is a complex task (sometimes called reverse engineering), which involves surface reconstruction algorithms and other non-trivial steps.

02Author

Thanks for your help. (◍˃̶ᗜ˂̶◍)✩