DiscussionsIssue archiveOther usage issues

Archived discussion

Creating solid from triangulated surfaces

Other usage issuesTue, 11/26/2013 - 00:334 replies

Browse this forum
QuestionAuthor

I have a triangulated surfaces (basically imported from stl). I wanted to create a solid from them. I try to create a shell from this triangulated surfaces, but it is too much and wouldn't worked for me!

Any one who have an idea!!

Best Regards

Discussion

4 archived replies

Posts are displayed in their archived order.

01Commenter-1

Hi, Author,
I think you can refer to the StlAPI::Read (TopoDS_Shape &aShape, const Standard_CString aFile), this static function can Create a shape from a STL format.

02Author

Dear eryar,

Thank you very much for your hint..
I am successful to read in stl file format and change to occ shape. But my current problem is to create and solid from imported closed surfaces. Or to merge those triangles to surface. And then greate solid from this surfaces.

If you have any idea, hope u share me

Thanks again

03Commenter-2

Hi Author,

Maybe you need the component: Surfaces from Scattered Points.
Regards,

04Author

Dear Liwei,

This is a commercial i guess! Is there any in opensource part of OCC. I have no fund to buy the SSP!
But thank you for your information. But i appreciate if you share me.

Regards