refactor(demos): place the fixture displayee at the fixture's root anchor, where the fixture draws its solids from

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-09-18 23:46:25 +08:00
co-authored by Claude Opus 5
parent f3d681ba6b
commit 91ad13f75f
+1 -1
View File
@@ -130,7 +130,7 @@ public class MachiningProjectDisplayee : IDisplayee, IGetAnchor
{
if (machiningEquipment?.Fixture != null)
dst.Add(new AnchoredDisplayee(
machiningEquipment.Fixture?.GeomAnchor,
machiningEquipment.Fixture.GetAnchor(),
machiningEquipment.Fixture));
}
if (RenderingFlagBitArray[(int)RenderingFlag.ProgramZero])