DataDoors 2.7f1 :

- modifiche per consentire di inserire ConeCleanCorner in sfinestrature da disegno
  (dare nome opportuno tipicamente ConeCleanCorner, aggiungere info ConeCleanCorner=1, ActiveStopMach=1 e SetMaxElev=1,
   la quota 0 di queste geometrie viene portata al filo sotto della porta).
This commit is contained in:
Dario Sassi
2025-06-04 18:29:37 +02:00
parent 747b74d2bf
commit 0613fa0df6
4 changed files with 15 additions and 5 deletions
+1
View File
@@ -504,6 +504,7 @@ function AddSurfTmByExtrusion( ParId, EntId, bSingleGeom, nSpecialGeom, bSideSur
sNameGeom == 'flat_dw_sd_blind' then
bExclude = true
end
if EgtGetInfo( EntId, 'ConeCleanCorner', 'b') then bExclude = true end
end
if not bExclude then
dThId = EgtCurveThickness( nIdGeom)