From 3d5d9d2b5e8a6762502a534f0ca6ccc65810dffe Mon Sep 17 00:00:00 2001 From: Benjamin Bihler Date: Wed, 16 May 2018 11:59:15 +0200 Subject: [PATCH] 0029775: Modeling Data - BRepAdaptor_CompCurve Parameterization Is Incorrect Added wire connectivity requirement to class documentation of BRepAdaptor_CompCurve. --- src/BRepAdaptor/BRepAdaptor_CompCurve.hxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx b/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx index ca46e6e36b..e009fea951 100644 --- a/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx +++ b/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx @@ -52,10 +52,13 @@ class Geom_BSplineCurve; //! The Curve from BRepAdaptor allows to use a Wire //! of the BRep topology like a 3D curve. //! Warning: With this class of curve, C0 and C1 continuities -//! are not assumed. So be carful with some algorithm! +//! are not assumed. So be careful with some algorithm! //! Please note that BRepAdaptor_CompCurve cannot be //! periodic curve at all (even if it contains single //! periodic edge). +//! +//! BRepAdaptor_CompCurve can only work on valid wires where all edges are +//! connected to each other to make a chain. class BRepAdaptor_CompCurve : public Adaptor3d_Curve { public: -- 2.39.5