Initial DrawingViewDetail
This commit is contained in:
committed by
Yorik van Havre
parent
95768acf65
commit
906bffba8f
@@ -500,7 +500,7 @@ bool BSpline::isLine()
|
||||
bool result = false;
|
||||
BRepAdaptor_Curve c(occEdge);
|
||||
Handle_Geom_BSplineCurve spline = c.BSpline();
|
||||
if (spline->Degree() == 1) {
|
||||
if (spline->NbPoles() == 2) {
|
||||
result = true;
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user