1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0023576: Intersection algorithm produces trimmed circle with illegal parametric range.

This commit is contained in:
pkv
2012-12-21 16:35:19 +04:00
parent e145f8c1de
commit fa0291ff83
5 changed files with 423 additions and 344 deletions

View File

@@ -83,16 +83,21 @@ is
--- for given index of split
---
PeriodicLine(me; L: Line from IntPatch)
is static private;
---PeriodicLine(me; L: Line from IntPatch)
--- is protected;
TreatCircle(me:out;
aLine : Line from IntPatch;
aTol: Real from Standard)
is protected;
fields
done : Boolean from Standard;
seqp : SequenceOfReal from TColStd;
myDom1: TopolTool from Adaptor3d;
myDom2: TopolTool from Adaptor3d;
myHS1 : HSurface from GeomAdaptor;
myHS2 : HSurface from GeomAdaptor;
myHS1 : HSurface from GeomAdaptor;
myHS2 : HSurface from GeomAdaptor;
end LineConstructor;