rvmbuilder outputs a macro to export Aveva Review files and the Navisworks file from the json format options.
If you're using Go:
go install github.com/k-awata/rvmbuilder@latestOtherwise you can download a binary from Releases.
- Output a sample JSON
rvmbuilder -s > sample.json- Output a macro to run in E3D
rvmbuilder sample.json > export.mac