DataBeam :
- modifiche a gestione StepJointNotch (3/4-80-X).
This commit is contained in:
@@ -154,6 +154,9 @@ local function IsHeadFeature( Proc, b3Raw, dCurrOvmH)
|
||||
if Drill.Identify( Proc) then
|
||||
return Drill.IsHeadFeature( Proc, b3Raw, dCurrOvmH)
|
||||
end
|
||||
if StJoNotch.Identify( Proc) then
|
||||
return StJoNotch.IsHeadFeature( Proc, b3Raw, dCurrOvmH)
|
||||
end
|
||||
if RoundArch.Identify( Proc) then
|
||||
return RoundArch.IsHeadFeature( Proc, b3Raw, dCurrOvmH)
|
||||
end
|
||||
@@ -219,6 +222,9 @@ local function IsTailFeature( Proc, b3Raw, dCurrOvmH, dCurrOvmT)
|
||||
if Drill.Identify( Proc) then
|
||||
return Drill.IsTailFeature( Proc, b3Raw, dCurrOvmT)
|
||||
end
|
||||
if StJoNotch.Identify( Proc) then
|
||||
return StJoNotch.IsTailFeature( Proc, b3Raw)
|
||||
end
|
||||
if DtMortise.Identify( Proc) then
|
||||
return DtMortise.IsTailFeature( Proc, b3Raw)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user