命名优化,达芬奇字体修改工具

This commit is contained in:
GG Z
2025-10-04 08:52:23 +08:00
parent 0d0afbc78e
commit 4722a4c881
121 changed files with 1801 additions and 1368 deletions

View File

@@ -24,7 +24,7 @@ public class SlopedFloorCmd : ExternalCommand
ObjectType.Edge,
new FuncFilter(
elem => elem is HostObject,
(r, p) =>
(r, _) =>
{
obj1 = Document.GetElement(r) as HostObject;
var edge = obj1?.GetGeometryObjectFromReference(r) as Edge;