https://github.com/dosymep/revitcoreconsole
https://github.com/dosymep/revitcoreconsole
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dosymep/revitcoreconsole
- Owner: dosymep
- License: mit
- Created: 2022-08-23T12:21:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T07:16:59.000Z (about 2 years ago)
- Last Synced: 2025-03-27T22:01:40.807Z (about 1 year ago)
- Language: C#
- Size: 206 KB
- Stars: 29
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RevitCoreConsole
[](https://www.jetbrains.com/pycharm)
[](https://www.jetbrains.com/pycharm)
[](LICENSE.md)
[](https://www.autodesk.com/products/revit/overview)
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
```