Revit API函数调用集合(//============代码片段2-1:外部命令中Excute函数的定义============
public interface IExternalCommand
{
public Autodesk.Revit.UI.Result Execute(
Autodesk.Revit.UI.ExternalCommandData commandData,
ref string message,
Autodesk.Revit.DB.ElementSet elements)
}
)
2022-04-12 10:10:05
431KB
二次开发
1