Tue, 11/02/2010 - 20:10
Forums:
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
Thu, 11/04/2010 - 14:05
hi
any idea how to merge 2 BSplineSurfaces into 1 BSplineSurface !!
regards
Sat, 11/20/2010 - 00:49
hello everyone
any idea!!
Sat, 11/20/2010 - 01:04
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.
Sat, 11/20/2010 - 16:21
thanks for replay JuryS
if you can more explain...
regards
Sat, 11/20/2010 - 16:29
if i use BRepAlgo_BooleanOperation (for exemple Fuse) the result is a compound shape but not a 1 wire!!!