greatverve
FaceLess运行上次命令
Manual模式
automatic模式
两者不能同时用,同时用需要手动修改.addin文件
建议使用Manual模式
<?xml version="1.0" encoding="utf-8"?>
<RevitAddIns>
  
<AddIn Type="Application">
    
<Name>StartAPP</Name>
    
<Assembly>F:\RevitCodes\RevitCodes\bin\Debug\RevitCodes.dll</Assembly>
    
<ClientId>2066c778-7b4e-4a5c-bc23-d736518d8d45</ClientId>
    
<FullClassName>RevitCodes.StartAPP</FullClassName>
  
</AddIn>
  
<AddIn Type="Command">
    
<Assembly>F:\RevitCodes\RevitCodes\bin\Debug\RevitCodes.dll</Assembly>
    
<ClientId>738dfa84-e739-48c9-892c-4a397f08b49f</ClientId>
    
<FullClassName>RevitCodes.HelloWorld</FullClassName>
    
<Text>HelloWorld</Text>
    
<Description>""</Description>
    
<VisibilityMode>AlwaysVisible</VisibilityMode>
  
</AddIn>
</RevitAddIns>

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-01-14
  • 2021-12-18
  • 2021-12-26
  • 2021-12-26
  • 2021-05-23
  • 2021-10-03
  • 2021-12-01
猜你喜欢
  • 2022-01-13
  • 2022-12-23
  • 2021-06-16
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案