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:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user