projects
/
occt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
0027252: Implicit-implicit intersection (Cylinder-Plane) loses intersection curve
[occt.git]
/
src
/
IntPatch
/
IntPatch_ArcFunction.lxx
diff --git
a/src/IntPatch/IntPatch_ArcFunction.lxx
b/src/IntPatch/IntPatch_ArcFunction.lxx
index
87ee21c
..
314eff9
100644
(file)
--- a/
src/IntPatch/IntPatch_ArcFunction.lxx
+++ b/
src/IntPatch/IntPatch_ArcFunction.lxx
@@
-51,3
+51,8
@@
inline const Handle(Adaptor3d_HSurface)& IntPatch_ArcFunction::Surface() const
{
return(mySurf);
}
+
+inline const gp_Pnt& IntPatch_ArcFunction::LastComputedPoint() const
+{
+ return ptsol;
+}