mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-22 20:59:38 +08:00
16 lines
407 B
Plaintext
Executable File
16 lines
407 B
Plaintext
Executable File
// File: GeomAPI_ExtremaSurfaceSurface.lxx
|
|
// Created: Fri Mar 18 15:58:42 1994
|
|
// Author: Bruno DUMORTIER
|
|
// <dub@fuegox>
|
|
|
|
|
|
//=======================================================================
|
|
//function : Extrema
|
|
//purpose :
|
|
//=======================================================================
|
|
|
|
inline const Extrema_ExtSS& GeomAPI_ExtremaSurfaceSurface::Extrema() const
|
|
{
|
|
return myExtSS;
|
|
}
|