墙饰条专题

RevitAPI: 如何使用API创建墙饰条

墙饰条对应的类是WallSweep,很明显在Document.Create下面没有NewWallSweep这样的函数,那么如何创建呢? 答案就是使用WallSweep的静态函数Create: public static WallSweep Create(Wall wall, ElementId wallSweepType, WallSweepInfo wallSweepInfo);