https://github.com/bekraft/bitubtrexdynamo
Bitub TRex Dynamo Plugin for IFC post production
https://github.com/bekraft/bitubtrexdynamo
bim dynamobim ifc openbim xbim
Last synced: about 1 year ago
JSON representation
Bitub TRex Dynamo Plugin for IFC post production
- Host: GitHub
- URL: https://github.com/bekraft/bitubtrexdynamo
- Owner: bekraft
- License: apache-2.0
- Created: 2019-12-06T10:09:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T14:13:44.000Z (about 2 years ago)
- Last Synced: 2025-03-27T19:08:01.142Z (about 1 year ago)
- Topics: bim, dynamobim, ifc, openbim, xbim
- Language: C++
- Homepage:
- Size: 9.57 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitub TRex Dynamo Plugin
TRex is collection of utility libraries of model transformation and deployment tasks in the AEC domain.
Internally it's using i.e. [Xbim libraries](https://github.com/xBimTeam) to read, transform and write IFC model files.
Currently supports [Dynamo 2.12+](https://github.com/DynamoDS/Dynamo).
## Installation of binary releases
TRex is collection of utility libraries of model transformation and deployment tasks in the AEC domain.
Install a recent version of [Dynamo](https://dynamobuilds.com) and extract the TRex release to the
```~/AppData/Roaming/Dynamo/Dynamo Core``` or ```~/AppData/Roaming/Dynamo/Dynamo Revit``` packages sub folder. Keep the entire
package rooted by a single parent folder (i.e. TRex).
## Building from development/master branch
The current implementation is under heavy development. It's not guranteed that the latest dev head will seemlessly
work and compile. If you like to build your own relase, check out the dev branch run restore packages in Visual Studio and
run a clean build.
In general, the master branch is the best option to run your own build.
### Dependencies
- Xbim 5.1+ via nuget.org
- Assimp 5.0+ (release binary embedded with headers, otherwise get from https://github.com/assimp/assimp/tree/master)
### Build configuration and impacts
Each build will generate a package under ```./DeployedPackages``` (see *DeployPath*).
- *Debug* will run a debug build and copy plugin over to the predefined Dynamo solution directory.
- *Beta* will run a debug build
- *Release* will run a release build with documentation extraction added (for Dynamo help)
Currently only x64 is supported for Assimp and Xbim.
If you like to generate x86 native libraries feel free to modify the [build configuration](Directory.Build.props).
## Licenses in use
Bitub TRex Dynamo is licensed by Apache-2.0.
[Assimp Asset Importer](https://github.com/assimp/assimp) is licensed by Assimp License (3-clause BSD)
[Xbim Framework](https://github.com/xbimteam) is licensed by CDDL-1.0 license.