BSplineSurfaces

hello
i have a problem to make 2 bsplinesurface into 1 bsplinesurface!!!
Handle(Geom_Surface) Surface = BRep_Tool::Surface(aFace);
Handle(Geom_BSplineSurface) aBSplineSurface =GeomConvert::SurfaceToBSplineSurface(Surface);
///how to make 2 BSplineSurfaces into 1 bsplinesurface!!!!
best regards

salma's picture

hi
any idea how to merge 2 BSplineSurfaces into 1 BSplineSurface !!
regards

salma's picture

hello everyone
any idea!!

JuryS's picture

Maybe some boolean operation? For the first time you need to convert your surface in TopoDS_Shape and then use Common algo. It's no fast but 100% effect.

salma's picture

thanks for replay JuryS
if you can more explain...
regards

salma's picture

if i use BRepAlgo_BooleanOperation (for exemple Fuse) the result is a compound shape but not a 1 wire!!!