refactor(demos): follow the Asmb.DescendantAnchors rename

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
2026-09-16 18:33:49 +08:00
co-authored by Claude Fable 5.1
parent 7beb671352
commit 04bffeccaf
+1 -1
View File
@@ -54,7 +54,7 @@ namespace Sample.MachineTool
["S"] = new Solid(new Stl("MachineTool/spindle.stl")),
};
chain.AnchorToSolid.BuildAnchorToSolid(
chain.Asmb.GetDescendantAnchors(), solidMap);
chain.Asmb.DescendantAnchors(), solidMap);
GeneralXyzabcMachineTool dst = new GeneralXyzabcMachineTool(chain);
dst.GenerateCollisionIndexPairs();