mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0027386: BRepOffsetAPI_MakePipeShell does not provide history of generations
The method BRepOffsetAPI_MakePipeShell::Generated now returns generated shapes for sub-edges and sub-vertices of sections. The method BRepFill_PipeShell::BuildHistory is redesigned: now it builds generated shapes for sub-edges and sub-vertices of sections. New Draw command "gensweep" is added to sweep commands for testing of history building.
This commit is contained in:
@@ -29,6 +29,11 @@ inline Standard_Boolean BRepFill_Section::IsLaw() const
|
||||
return islaw;
|
||||
}
|
||||
|
||||
inline Standard_Boolean BRepFill_Section::IsPunctual() const
|
||||
{
|
||||
return ispunctual;
|
||||
}
|
||||
|
||||
inline Standard_Boolean BRepFill_Section::WithContact() const
|
||||
{
|
||||
return contact;
|
||||
|
Reference in New Issue
Block a user