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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user