命名优化,达芬奇字体修改工具
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user