Skip to content

dosymep/RevitCoreConsole

Repository files navigation

RevitCoreConsole

JetBrains Rider Visual Studio License MIT Revit 2016-2025

This utility can process revit file in ui-less mode.

RevitCoreConsole uses program interface like Forge RevitCoreConsole.

Usage

  1. RevitCoreConsole.exe forge /l ENU /i "model_path" /al "bundle_zip_path"
  2. RevitCoreConsole.exe revit /l ENU /i "model_path" /fullClassName RevitDBCommand /assemblyPath "assembly_path" /journalData "[]"
  3. RevitCoreConsole.exe pipeline /l ENU /pipeline "pipeline_path.yaml"
  4. ReviteCoreConsole.exe journal /l ENU /journal "journal_path.txt"

Build

Install nuke-build:

dotnet tool install Nuke.GlobalTool --global

Compile:

nuke compile