View Issue Details

IDProjectCategoryView StatusLast Update
0032427CommunityOCCT:Modeling Algorithmspublic2021-06-08 18:53
Reporterabezotosniy Assigned Tomsv 
PrioritynormalSeverityminor 
Status newResolutionopen 
Product Version7.5.0 
Summary0032427: Modeling Algorithms - Boolean operation modifies a face by adding an internal edge instead of creating two faces
DescriptionBoolean operation modifies a face by adding an internal edge instead of creating two faces
Steps To Reproducebsplinecurve spline_curve 1 2 0 2 9 2 -5 4 0 1 5 4 0 1

# It's strange that everything works correctly for this curve
# bsplinecurve spline_curve 1 2 0 2 9 2 -4 4 0 1 4 4 0 1

mkedge spline_edge spline_curve
prism spline_shell spline_edge 0 0 -5

plane cyl_plane 0 0 -1 0 1 0 0 0 1
pcylinder cyl_solid cyl_plane 1 5

setfillhistory 1
bclearobjects
bcleartools
baddobjects cyl_solid spline_shell
bapibuild bop_res
savehistory hist

checkshape bop_res

modified spline_shell_mod hist spline_shell

explode spline_shell_mod F
whatis spline_shell_mod

vinit
vsetdispmode 1
vdisplay spline_shell_mod
vfit
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-06-08 18:41 abezotosniy New Issue
2021-06-08 18:41 abezotosniy Assigned To => msv
2021-06-08 18:53 kgv Category OCCT:Modeling Data => OCCT:Modeling Algorithms
2021-06-08 18:53 kgv Summary Boolean operation modifies a face by adding an internal edge instead of creating two faces => Modeling Algorithms - Boolean operation modifies a face by adding an internal edge instead of creating two faces