mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
24
samples/java/inc/ISession2D_SensitiveCurve.lxx
Executable file
24
samples/java/inc/ISession2D_SensitiveCurve.lxx
Executable file
@@ -0,0 +1,24 @@
|
||||
inline void ISession2D_SensitiveCurve::SetMaxBoxes(const Standard_Integer MaxRect)
|
||||
{
|
||||
myMaxRect = MaxRect;
|
||||
}
|
||||
|
||||
|
||||
inline Standard_Integer ISession2D_SensitiveCurve::MaxBoxes()
|
||||
{
|
||||
return myMaxRect;
|
||||
}
|
||||
|
||||
|
||||
inline void ISession2D_SensitiveCurve::SetCurve(const Handle(Geom2d_Curve)& aCurve)
|
||||
{
|
||||
myCurve = aCurve;
|
||||
}
|
||||
|
||||
|
||||
inline Handle(Geom2d_Curve) ISession2D_SensitiveCurve::GetCurve()
|
||||
{
|
||||
return myCurve;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user