Message 1 of 1
IFC Hierarchy edit using .json file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working on a project that contains only solid3d files the current ifc4*3 hierarchy is using C3D :
IfcProject [Empty] (No Type)
└── IfcSite
└── IfcBuiltElement (Generic elements, no building container)
├── Components..
I wonder if it is possible to change the .json files in order to get this hierarchy (like hierarchy from Revit):
IfcProject "Infrastructure_Project_001"
└── IfcSite
└── IfcBuilding "Main Infrastructure Building"
└── IfcBuildingStorey "Level 0 - Infrastructure" (Elevation: 0.0)
└── IfcBuiltElement (All infrastructure components)
thank you in advance