DataBeam :

- correzioni varie a Dovetail (1/2/3/4-138-X)
- aggiunta gestione ingombro di testa e coda a TyroleanDovetail e Dovetail.
This commit is contained in:
Dario Sassi
2020-05-02 17:47:48 +00:00
parent c1b62e6f28
commit c7411fe35d
3 changed files with 432 additions and 553 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ function ProcessFrenchRidgeLap.Make( Proc, nPhase, nRawId, nPartId, dOvmHead)
-- aggiornamento ingombro di testa o coda
if Proc.Head then
local dHCI = 00
local dHCI = 0
-- se la feature è orientata sopra o sotto, la componente Z (del versore della faccia intermedia) è preponderante sulle altre 2
if ( abs( vtN[vFaceOrd[3]]:getZ()) > abs( vtN[vFaceOrd[3]]:getX())) and ( abs( vtN[vFaceOrd[3]]:getZ()) > abs( vtN[vFaceOrd[3]]:getY())) then
local b3Fac1 = EgtSurfTmGetFacetBBoxGlob( Proc.Id, vFaceOrd[1] - 1, GDB_BB.STANDARD)