]> OCCT Git - occt.git/commit
Modelling - Add option to not build history in BRepFill_PipeShell (#632)
authorDmitrii Kulikov <164657232+AtheneNoctuaPt@users.noreply.github.com>
Tue, 22 Jul 2025 09:42:02 +0000 (10:42 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 09:42:02 +0000 (10:42 +0100)
commit068aa6ae9f68af65512c784b595f4b4a416f099e
tree6646c6caf7b451327820f0574d0f81afdaf9e7cb
parent3c2774ea5d580cec828b024640f82fcfbe54f4e8
Modelling - Add option to not build history in BRepFill_PipeShell (#632)

- Adds `myIsBuildHistory` boolean member to `BRepFill_PipeShell` with default value `true`
- Implements getter/setter methods in both `BRepFill_PipeShell` and `BRepOffsetAPI_MakePipeShell` interfaces
- Conditionally calls `BuildHistory()` method based on the flag value
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_PipeShell.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_PipeShell.hxx
src/ModelingAlgorithms/TKOffset/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.hxx