View Issue Details

IDProjectCategoryView StatusLast Update
0032443CommunityOCCT:Modeling Algorithmspublic2021-06-16 11:08
ReporterHayashi Assigned Tomsv 
PrioritynormalSeverityminor 
Status newResolutionopen 
PlatformMicrosoft VC++ 2017OSWindows 
Product Version7.5.1 
Summary0032443: Boolean operations fail with fuzzy values, and tolerance is large
DescriptionWhen the fuzzy value is 0.0001, part of the line of intersection is not returned.
When the fuzzy value is 0.00001, the tolerance is a little large.
Steps To Reproducepload ALL
restore face.brep f
restore shell.brep s
brunparallel 1
bnondestructive 1

bfuzzyvalue 0.0001
bsection r f s
explode r
tolerance r

vinit
vdisplay f s r
vfit


bfuzzyvalue 0.00001
bsection r f s
explode r
tolerance r

TagsNo tags attached.
Test case number

Attached Files

  • shapes.zip (6,153 bytes)

Relationships

related to 0030233 closedbugmaster Boolean operations fail with fuzzy values 

Activities

Hayashi

2021-06-16 04:24

reporter  

shapes.zip (6,153 bytes)

Issue History

Date Modified Username Field Change
2021-06-16 04:24 Hayashi New Issue
2021-06-16 04:24 Hayashi Assigned To => msv
2021-06-16 04:24 Hayashi File Added: shapes.zip
2021-06-16 11:08 kgv Relationship added related to 0030233