mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0028214: Make the class GeomPlate_BuildPlateSurface accept Adaptor3d_HCurve instead of Adaptor3d_HCurveOnSurface
Now, GeomPlate_BuildPlateSurface accepts base class Adaptor3d_HCurve and of course array of Adaptor3d_HCurve. Classes GeomPlate_Array1OfHCurveOnSurface and GeomPlate_HArray1OfHCurveOnSurface have been renamed to GeomPlate_Array1OfHCurve and GeomPlate_HArray1OfHCurve correspondingly. Documentation has been updated. Correction in documentation.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
#include <Adaptor2d_HCurve2d.hxx>
|
||||
#include <Adaptor3d_HCurve.hxx>
|
||||
#include <Adaptor3d_CurveOnSurface.hxx>
|
||||
#include <Approx_CurveOnSurface.hxx>
|
||||
#include <Extrema_ExtPS.hxx>
|
||||
#include <Extrema_POnSurf.hxx>
|
||||
@@ -109,7 +110,7 @@ static Standard_Integer Affich=0;
|
||||
//---------------------------------------------------------
|
||||
GeomPlate_BuildPlateSurface::GeomPlate_BuildPlateSurface (
|
||||
const Handle(TColStd_HArray1OfInteger)& NPoints,
|
||||
const Handle(GeomPlate_HArray1OfHCurveOnSurface)& TabCurve,
|
||||
const Handle(GeomPlate_HArray1OfHCurve)& TabCurve,
|
||||
const Handle(TColStd_HArray1OfInteger)& Tang,
|
||||
const Standard_Integer Degree,
|
||||
const Standard_Integer NbIter,
|
||||
|
Reference in New Issue
Block a user