mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-06 18:26:22 +03:00
0033311: Modeling Algorithm - No results of thrusection algorithm
Changed default value of myPercent
This commit is contained in:
parent
9cd8e0b617
commit
4607bd0747
@ -701,7 +701,7 @@ void BRepFill_CompatibleWires::Init(const TopTools_SequenceOfShape& Sections)
|
|||||||
{
|
{
|
||||||
myInit = Sections;
|
myInit = Sections;
|
||||||
myWork = Sections;
|
myWork = Sections;
|
||||||
myPercent = 0.01;
|
myPercent = 0.1;
|
||||||
myStatus = BRepFill_ThruSectionErrorStatus_NotDone;
|
myStatus = BRepFill_ThruSectionErrorStatus_NotDone;
|
||||||
myMap.Clear();
|
myMap.Clear();
|
||||||
|
|
||||||
|
11
tests/bugs/modalg_8/bug33311
Normal file
11
tests/bugs/modalg_8/bug33311
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
puts "========================"
|
||||||
|
puts "0033311: Modeling Algorithm - No results of thrusection algorithm"
|
||||||
|
puts "========================"
|
||||||
|
puts ""
|
||||||
|
|
||||||
|
restore [locate_data_file bug33311_1.brep] w1
|
||||||
|
restore [locate_data_file bug33311_2.brep] w2
|
||||||
|
|
||||||
|
thrusections res 0 0 w1 w2
|
||||||
|
|
||||||
|
checkview -display res -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user