How to fuse components?

Hello,

I was new to OCC and want to create a solid model from different
components. For example, consider that a have a jet plane. I have
a wing definition (section, span, dihedral, ..), Fuselage (sections, camber, ...) and an external boundary for my domain.

How can I fuse the components and create a solid model?

Thanks a lot.

Rob Bachrach's picture

Check out BRepAlgoAPI_Fuse.

By the way, since you are new to OCC, you might want to read
the documentation on Modeling Algorithms. It discusses boolean
operations (such as fuse) and a lot more.