OmagOFFICE 2.3b1:

-> aggiunto il comando FiloTop nella pagina di importazione DXF.
This commit is contained in:
Nicola Pievani
2021-02-01 11:00:16 +00:00
parent 524474fb07
commit 204ddf94a8
5 changed files with 81 additions and 13 deletions
+1
View File
@@ -478,6 +478,7 @@ Public Class SideEntityControlVM
Dim ptMin, ptMax As Point3d
EgtGetBBoxGlob(LoopId, GDB_BB.STANDARD, ptMin, ptMax)
Dim dBBoxRad As Double = 0.5 * Point3d.DistXY(ptMin, ptMax)
' Creo layer per testi se non esiste già
Dim TextLayer As Integer = EgtGetFirstNameInGroup(PartId, SIDE_ANGLE_LAYER)
If TextLayer = GDB_ID.NULL Then