refactor(demos): follow the Asmb.DescendantAnchors rename
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
@@ -105,9 +105,9 @@ public class MachiningProjectDisplayee : IDisplayee, IGetAnchor
|
||||
List<IAnchoredDisplayee> machAncDisplayees =
|
||||
machiningEquipment.GetAnchoredDisplayeeList() ?? [];
|
||||
HashSet<Anchor> exclusiveAnchorSet = new([
|
||||
.. workpiece?.Asmb.GetDescendantAnchors()??[],
|
||||
.. machiningEquipment.MachiningTool?.GetAsmb().GetDescendantAnchors()??[],
|
||||
.. machiningEquipment.Fixture?.Asmb.GetDescendantAnchors()??[],
|
||||
.. workpiece?.Asmb.DescendantAnchors()??[],
|
||||
.. machiningEquipment.MachiningTool?.GetAsmb().DescendantAnchors()??[],
|
||||
.. machiningEquipment.Fixture?.Asmb.DescendantAnchors()??[],
|
||||
]);
|
||||
dst.AddRange(machAncDisplayees.Where(ad =>
|
||||
!exclusiveAnchorSet.Contains(ad.GetAnchor())));
|
||||
|
||||
Reference in New Issue
Block a user