1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-08 18:40:55 +03:00

0024793: Documentation of methods using BRepFill_TypeOfContact has to be updated according to changes introduced in OCCT 6.7.0

This commit is contained in:
jgv 2014-04-17 13:44:16 +04:00 committed by abv
parent 5c08e1988c
commit 2a62d88323
2 changed files with 24 additions and 6 deletions

View File

@ -100,9 +100,18 @@ is
-- than P split <Spline>.
-- Else the plan define by P and the tangent to the <Spine>
-- intersect <AuxiliarySpine> in Q.
-- If <KeepContact> the Normal is defined to assume like the sweeped
-- section is in contact to the <AuxiliarySpine>
-- Else the Normal is defined by the vector PQ.
-- If <KeepContact> equals BRepFill_NoContact: The Normal is defined
-- by the vector PQ.
-- If <KeepContact> equals BRepFill_Contact: The Normal is defined to
-- achieve that the sweeped section is in contact to the
-- auxiliarySpine. The width of section is constant all along the path.
-- In other words, the auxiliary spine lies on the swept surface,
-- but not necessarily is a boundary of this surface. However,
-- the auxiliary spine has to be close enough to the main spine
-- to provide intersection with any section all along the path.
-- If <KeepContact> equals BRepFill_ContactOnBorder: The auxiliary spine
-- becomes a boundary of the swept surface and the width of section varies
-- along the path.
---Level: Public

View File

@ -103,9 +103,18 @@ is
-- than P split <Spline>.
-- Else the plan define by P and the tangent to the <Spine>
-- intersect <AuxiliarySpine> in Q.
-- If <KeepContact> the Normal is defined to assume like the sweeped
-- section is in contact to the <AuxiliarySpine>
-- Else the Normal is defined by the vector PQ.
-- If <KeepContact> equals BRepFill_NoContact: The Normal is defined
-- by the vector PQ.
-- If <KeepContact> equals BRepFill_Contact: The Normal is defined to
-- achieve that the sweeped section is in contact to the
-- auxiliarySpine. The width of section is constant all along the path.
-- In other words, the auxiliary spine lies on the swept surface,
-- but not necessarily is a boundary of this surface. However,
-- the auxiliary spine has to be close enough to the main spine
-- to provide intersection with any section all along the path.
-- If <KeepContact> equals BRepFill_ContactOnBorder: The auxiliary spine
-- becomes a boundary of the swept surface and the width of section varies
-- along the path.
---Level: Public