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

0025852: Visualization - Font_BRepFont produces bad faces for circled symbols

Font_BRepFont now uses a dedicated algorithm for text-to-BRep transformation instead of relying on ShapeFix.
It orders wires based on wire classification, analyzes internal zones and creates a few faces (if needed).
TKService dependency from TKShHealing has been dropped.
This commit is contained in:
skl
2018-07-12 09:47:02 +03:00
committed by bugmaster
parent 59694b5da3
commit 3388cf17dc
4 changed files with 185 additions and 56 deletions

View File

@@ -1,7 +1,6 @@
TKernel
TKMath
TKBRep
TKShHealing
TKGeomBase
TKGeomAlgo
TKG2d