GeomPlate_BuildPlateSurface BPSurf(3,15,2); ... Handle(GeomPlate_Surface) PSurf=BPSurf.Surface(); ... Standard_Real Umin, Umax, Vmin, Vmax; PSurf.Bounds( Umin, Umax, Vmin, Vmax); ...The compiler complaints: ... no matching function for call to `Handle_GeomPlate_Surface::Bounds ...
GeomPlate_BuildPlateSurface Class ReferenceThis class provides an algorithm for constructing such a plate surface that it conforms to given curve and/or point constraints. The algorithm accepts or constructs an initial surface and looks for a deformation of it satisfying the constraints and minimizing...