- Creazione gruppo temporaneo (da riportare)

- Riconoscimento Topologico SawCut se attraversa la trave (da riportare)
- Dati di pinzaggio feature spostato in STR0012
This commit is contained in:
andrea.villa
2025-10-24 17:10:22 +02:00
parent fac9fd8877
commit 746eb9efe9
7 changed files with 87 additions and 8 deletions
+3
View File
@@ -101,6 +101,9 @@ local function GetStrategies_Essetre( Proc)
---------------------------------------------------------------------
-- Feature : Saw Cut (0-13)
elseif ID.IsSawCut( Proc) then
if Proc.Topology.sName == 'Cut-1-Through' or Proc.Topology.sName == 'Bevel-1-Through' then
Strategies = { { sStrategyId = 'STR0002'}, { sStrategyId = 'STR0005'}, { sStrategyId = 'STR0010'}}
end
---------------------------------------------------------------------
-- Feature : Slot (0-16)
elseif ID.IsSlot( Proc) then