I have a polygon mesh and I have done all the analysis to determine what surfaces I need to be able to construct a 3D model out of it.
How can I, using Open CASCADE, construct a model using information such as where planes are located or the shape of a b-spline surface?
I want to export the model as a STEP file so this isn't a visualisation task.
I have tried to look through the documentation but its not always clear whether a function does what I think it does.