https://github.com/k-awata/rvmbuilder
Outputs a macro to export Aveva Review files and the Navisworks file from the json format options.
https://github.com/k-awata/rvmbuilder
aveva cli navisworks pml
Last synced: 4 months ago
JSON representation
Outputs a macro to export Aveva Review files and the Navisworks file from the json format options.
- Host: GitHub
- URL: https://github.com/k-awata/rvmbuilder
- Owner: k-awata
- License: mit
- Created: 2022-07-14T04:53:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-15T07:18:07.000Z (8 months ago)
- Last Synced: 2025-10-15T19:14:37.882Z (8 months ago)
- Topics: aveva, cli, navisworks, pml
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rvmbuilder
rvmbuilder outputs a macro to export Aveva Review files and the Navisworks file from the json format options.
## Installation
If you're using Go:
```bash
go install github.com/k-awata/rvmbuilder@latest
```
Otherwise you can download a binary from [Releases](https://github.com/k-awata/rvmbuilder/releases).
## Usage
- Output a sample JSON
```bash
rvmbuilder -s > sample.json
```
- Output a macro to run in E3D
```bash
rvmbuilder sample.json > export.mac
```
## JSON Editor
[RvmBuilder JSON Editor](https://k-awata.github.io/rvmbuilder/)
## License
[MIT License](LICENSE)