mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-01 00:21:51 +08:00
16 lines
416 B
Plaintext
Executable File
16 lines
416 B
Plaintext
Executable File
// File: Geom2dAPI_InterCurveCurve.lxx
|
|
// Created: Thu Mar 24 14:45:33 1994
|
|
// Author: Bruno DUMORTIER
|
|
// <dub@fuegox>
|
|
|
|
|
|
//=======================================================================
|
|
//function : Intersector
|
|
//purpose :
|
|
//=======================================================================
|
|
|
|
inline const Geom2dInt_GInter& Geom2dAPI_InterCurveCurve::Intersector() const
|
|
{
|
|
return myIntersector;
|
|
}
|