This commit is contained in:
2025-12-22 23:35:40 +08:00
parent 32ff8b45e3
commit 4556281c0a
77 changed files with 9248 additions and 3996 deletions
@@ -217,11 +217,11 @@ Apply <a class="xref" href="../../../../api/Hi.MachiningSteps.PresentAttribute.h
&lt;div class=&quot;@cardTextClass&quot;&gt;
&lt;p class=&quot;@pCalss&quot;&gt;
@{
var mcCodes = HostMachiningProject?.MachiningEquipment?.GetMachiningChain()?.McCodes;
if (mcCodes != null)
{
var mcTransformers = HostMachiningProject
?.MachiningEquipment?.GetMachiningChain()?.McTransformers;
var mcCodes = LocalProjectService.MachiningEquipment?.GetMachiningChain()?.McCodes;
if (mcCodes != null)
{
var mcTransformers = LocalProjectService
?.MachiningEquipment?.GetMachiningChain()?.McTransformers;
for (int i = 0; i &lt; mcCodes.Length; i++)
{
if (mcTransformers[i] == null)
@@ -414,7 +414,7 @@ Apply <a class="xref" href="../../../../api/Hi.MachiningSteps.PresentAttribute.h
{
foreach(var entry in flexDictionary)
{
if(HostMachiningProject?.StepPropertyAccessDictionary.TryGetValue(
if(LocalProjectService.StepPropertyAccessDictionary.TryGetValue(
entry.Key, out var stepPropertyAccess)==true)
{
&lt;div class=&quot;w-auto&quot; title=&quot;@(stepPropertyAccess.PresentAttribute?.Name)&quot;&gt;