[TD]fix conversion of BSpline to Circle/Arc

This commit is contained in:
wandererfan
2024-05-20 12:41:03 -04:00
committed by WandererFan
parent e72c63e98a
commit 5f820b8b85
2 changed files with 30 additions and 98 deletions

View File

@@ -445,7 +445,7 @@ class TechDrawExport GeometryUtils
static bool isCircle(TopoDS_Edge occEdge);
static bool getCircleParms(TopoDS_Edge occEdge, double& radius, Base::Vector3d& center, bool& isArc);
static TopoDS_Edge asCircle(TopoDS_Edge occEdge, bool& arc);
static TopoDS_Edge asCircle(TopoDS_Edge splineEdge, bool& arc);
static bool isLine(TopoDS_Edge occEdge);
static TopoDS_Edge asLine(TopoDS_Edge occEdge);