DiscussionsIssue archiveDraw Harness and Samples

Archived discussion

Creating Solid

Draw Harness and SamplesSun, 03/01/2020 - 04:542 replies

Browse this forum
QuestionAuthor

Hi everyone, I was exploring open cascade as a student I am interested on 3d and open cascade hooked up my attention...but I tried to create solid from faces to shell then make a solid from shell...

When I export the solid to brep its same with shell, just hollow inside...I was expecting it to be filled solid...

What I did is create face from points, then collection of faces to shell, then create a solid from that shell

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

If you have taken screenshot with capping turned ON, then your Shell lacks Closed flag (by default Shell is open).
It is difficult to say where this step was skipped, as you haven't provided your code.

02Author

Hi, thank you for reply, I found the issue that I didn't use Build() on it,..now the object is now hollowed..I still have a problem with boolean operations...most of the time I got a result...but sometimes I got nothing...