0028214: Make the class GeomPlate_BuildPlateSurface accept Adaptor3d_HCurve instead...
authornbv <nbv@opencascade.com>
Thu, 19 Jan 2017 13:02:29 +0000 (16:02 +0300)
committerapn <apn@opencascade.com>
Thu, 19 Jan 2017 13:02:48 +0000 (16:02 +0300)
commit465e686173a1e6b53c873c255ca0c7dd27d3f9d3
tree85811ea7d507e024a783918983283fc6e707c37c
parent0577ae8ca4a5e9360deab8eba9f58d8347b3da29
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.
13 files changed:
dox/dev_guides/upgrade/upgrade.md
dox/user_guides/modeling_algos/modeling_algos.md
samples/mfc/standard/02_Modeling/src/ModelingDoc.cpp
samples/mfc/standard/02_Modeling/src/StdAfx.h
src/BRepTest/BRepTest_FillingCommands.cxx
src/ChFi3d/ChFi3d_Builder_CnCrn.cxx
src/GeomPlate/FILES
src/GeomPlate/GeomPlate_Array1OfHCurve.hxx [new file with mode: 0644]
src/GeomPlate/GeomPlate_Array1OfHCurveOnSurface.hxx [deleted file]
src/GeomPlate/GeomPlate_BuildPlateSurface.cxx
src/GeomPlate/GeomPlate_BuildPlateSurface.hxx
src/GeomPlate/GeomPlate_HArray1OfHCurve.hxx [new file with mode: 0644]
src/GeomPlate/GeomPlate_HArray1OfHCurveOnSurface.hxx [deleted file]