mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 19:26:36 +08:00
0028949: BRepOffsetAPI_MakePipe Generated() method produces no result for spine edges
Add history for subshapes of spine: edges and vertices. Each edge of spine generates a shell. Each vertex of spine generates a set of edges and, possibly, faces (in the case of Round Corner).
This commit is contained in:
@@ -267,7 +267,11 @@ public:
|
||||
myPipe->Profiles(theProfiles);
|
||||
}
|
||||
|
||||
|
||||
//! Returns the spine
|
||||
const TopoDS_Wire& Spine()
|
||||
{
|
||||
return myPipe->Spine();
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user