mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-01 00:21:51 +08:00
16 lines
403 B
Plaintext
Executable File
16 lines
403 B
Plaintext
Executable File
// File: GeomAPI_ExtremaCurveSurface.lxx
|
|
// Created: Fri Mar 18 15:34:34 1994
|
|
// Author: Bruno DUMORTIER
|
|
// <dub@fuegox>
|
|
|
|
|
|
//=======================================================================
|
|
//function : Extrema
|
|
//purpose :
|
|
//=======================================================================
|
|
|
|
inline const Extrema_ExtCS& GeomAPI_ExtremaCurveSurface::Extrema() const
|
|
{
|
|
return myExtCS;
|
|
}
|