| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
CMakeLists.txt
express2cpp(./path/to/IFC23.EXP ifc2x3)
add_executable(exe main.cc)
target_link_libraries(exe ifc2x3)main.cc
#include "IFC2X3/IfcProduct.h"
#include "IFC2X3/parser.h"
int main() {
auto model = IFC2X3::parse(ifc_input);
model.get_entity<IFC2X3::IfcProduct>(1337);
}| Back | FazBrowse Home | New Git URL |