From 3a398392b4a5c607c782aa5c0a9d4da9ce2b836f Mon Sep 17 00:00:00 2001 From: ysn Date: Wed, 14 Oct 2015 12:24:55 +0300 Subject: [PATCH] 0023645: Modeling Algorithms User's Guide contains wrong statement about GeomFill_ConstrainedFilling Wrong statement removed. Statement corrected. --- dox/user_guides/modeling_algos/modeling_algos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dox/user_guides/modeling_algos/modeling_algos.md b/dox/user_guides/modeling_algos/modeling_algos.md index 2e164abbf3..1ca95414ea 100644 --- a/dox/user_guides/modeling_algos/modeling_algos.md +++ b/dox/user_guides/modeling_algos/modeling_algos.md @@ -567,8 +567,8 @@ The following types of construction are available: @subsubsection occt_modalg_2_5_4 Filling a contour -It is often convenient to create a surface from two or more curves which will form the boundaries that define the new surface. -This is done by the class *GeomFill_ConstrainedFilling*, which allows filling a contour defined by two, three or four curves as well as by tangency constraints. The resulting surface is a BSpline. +It is often convenient to create a surface from some curves, which will form the boundaries that define the new surface. +This is done by the class *GeomFill_ConstrainedFilling*, which allows filling a contour defined by three or four curves as well as by tangency constraints. The resulting surface is a BSpline. A case in point is the intersection of two fillets at a corner. If the radius of the fillet on one edge is different from that of the fillet on another, it becomes impossible to sew together all the edges of the resulting surfaces. This leaves a gap in the overall surface of the object which you are constructing.