mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +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:
@@ -683,7 +683,7 @@ Handle (Geom_Surface) Surf (Mapp.Surface());
|
||||
// create a face corresponding to the approximated Plate
|
||||
Surface
|
||||
Standard_Real Umin, Umax, Vmin, Vmax;
|
||||
PSurf-Bounds( Umin, Umax, Vmin, Vmax);
|
||||
PSurf->Bounds( Umin, Umax, Vmin, Vmax);
|
||||
BRepBuilderAPI_MakeFace MF(Surf,Umin, Umax, Vmin, Vmax);
|
||||
~~~~~
|
||||
|
||||
|
Reference in New Issue
Block a user