Archived issue #0023321
[Modeling Algorithms] Text is overlaid by picture
Description
On page 96 Figure 41 overlaid following text:
=====================================================
Example
TopoDS_Face Spine = ...;
TopoDS_Wire Profile = ...;
TopoDS_Shape Evol =
BRepOffsetAPI_MakeEvolved(Spine,Profile);
8. Sewing operators
8. 1 BRepBuilderAPI_Sewing
The BRepOffsetAPI_Sewing class is used to sew TopoDS Shapes together along their common edges. The edges can be partially shared as in the following example.
Figure 41. Shapes with partially shared edges
=====================================================
This was found at the documentation of Versions 6.5.1, 6.5.2, 6.5.3
One empty page at page 25
=====================================================
Example
TopoDS_Face Spine = ...;
TopoDS_Wire Profile = ...;
TopoDS_Shape Evol =
BRepOffsetAPI_MakeEvolved(Spine,Profile);
8. Sewing operators
8. 1 BRepBuilderAPI_Sewing
The BRepOffsetAPI_Sewing class is used to sew TopoDS Shapes together along their common edges. The edges can be partially shared as in the following example.
Figure 41. Shapes with partially shared edges
=====================================================
This was found at the documentation of Versions 6.5.1, 6.5.2, 6.5.3
One empty page at page 25
Public activity
1 archived note
Participants are labeled by their role within this record.
Corrected and uploaded to GIT