Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IFC Export Dialog to that Consumes Log output for "per element" IFC Export #3

Open
gschleusner opened this issue Mar 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@gschleusner
Copy link

gschleusner commented Mar 22, 2022

Extend Current IFC By Element Exporter - Main Branch - https://github.com/HOKGroup/revit-ifc to consume a RevitLogger jsonl log file.

Clone this repo to create this modification.

Use this Revit file for testing; IFC Export Test File

Log Format

The log format looks like this.

Each Item is one line in the JsonLines format.

The UniqueID should be used for identifying the elements to be exported.
image

The UniqueID is the first "ObjectID" Value in the log per element per the example below.

{“ObjectIds”:[“456c2924-c9b5-43fc-9bb8-af24bd082f06-000123da”,“74714”,“133f1e81-4fec-40ff-9ebf-bcdec1cb7879”],“ObjectProperties”:[“6" Interior Partition”,“Walls”,“False”],“BBox”:[[“23.7500000000002","92.5833333333335","76”],[“46.3407644790035","93.0833333333335","80”]],“Notes”:[“Im a user note”, “This is a project note”], “ObjectStatus”: [”Modified”]}

Step One

First Create a version that relies on the user selecting a log file from the current export UI as shown in the following mockup. Then trigger the export using only the items that appear in the log.

image

When this step is complete submit a PR for review in this repo.

Step Two

Will be to create a headless version of the exporter that can be actives and work after receiving updates from the log. The setting format will be provided in an additional Issue.

@gschleusner gschleusner added the enhancement New feature or request label Mar 22, 2022
@gschleusner gschleusner changed the title Create Headless IFC Export Dialog to that Consumes Log output for "per element" IFC Export IFC Export Dialog to that Consumes Log output for "per element" IFC Export Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant