mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
10 lines
196 B
Plaintext
Executable File
10 lines
196 B
Plaintext
Executable File
// File: Adaptor2d_GenHCurve2d.lxx
|
|
// Created: Tue May 9 16:08:08 1995
|
|
// Author: Xavier BENVENISTE
|
|
// <xab@nonox>
|
|
|
|
inline TheCurve& Adaptor2d_GenHCurve2d::ChangeCurve2d()
|
|
{
|
|
return myCurve;
|
|
}
|