- 将PGCreator文件夹整体拷贝到Revit根目录下。例如D:\Revit 2016\
- 用记事本打开
PGAP.addin
文件,将Assembly
标签的路径改为对应PGAP.dll
的绝对路径,并保存更改 - 将更改后的PGAP.addin文件拷贝至以下路径(取决于Windows版本):
C:\ProgramData\Autodesk\Revit\Addins\2016,或
C:\Documents and Settings\All Users\Application Data\Autodesk\Revit\Addins\2016 - 启动Revit,打开项目文件,点击“附加模块”->“外部工具”->“PGAP”以启动插件
- 若运行出错,在Revit根目录下的PGCreator文件夹中可找到错误日志
注意:API版本为2016
- Copy the PGCreator folder (not in this repository) to the root directory of your Revit, e.g. D:\Revit 2016\
- Open
PGAP.addin
with your favorite text editor. Set theAssembly
label to the absolute path ofPGAP.dll
, and save the change. - Copy the modified
PGAP.addin
to the following path (depending on the version of your Windows):
C:\ProgramData\Autodesk\Revit\Addins\2016, or
C:\Documents and Settings\All Users\Application Data\Autodesk\Revit\Addins\2016 - Boot Revit, load the plugin by "Additional module"->"Plugins"->"PGAP"
- Should there be an error while executing, you can find the error log under path_to_Revit/PGCreator/
Note: API version 2016