https://thebuildingcoder.typepad.com/blog/2016/05/visual-studio-vb-and-c-net-revit-2017-add-in-wizards.html
กรณี 2019
https://thebuildingcoder.typepad.com/blog/2018/09/revit-2019-visual-studio-net-add-in-wizards.html
ให้สร้าง Project จะมี Revit addins
จากนั้นให้ทำการ ADD Existing file จาก project ddd
แล้วแก้ Code ที่ Command.cs
namespace RevitAddin1
{
[Transaction(TransactionMode.Manual)]
public class Command : IExternalCommand
{
public Result Execute(
ExternalCommandData commandData,
ref string message,
ElementSet elements)
{
w1.RevitW1.seeIntoLink(commandData); // ตัวอย่าง คำสั่งที่ ต้องการ Call
return Result.Succeeded;
}
}
กรณีทำ Ribbon menu ให้ สร้าง ตามตัวอย่างhttps://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2015/ENU/Revit-API/files/GUID-1547E521-59BD-4819-A989-F5A238B9F2B3-htm.html
ไม่มีความคิดเห็น:
แสดงความคิดเห็น