From 2c90fe9386d67395ce2e7cc418b9d8bb68ad9072 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Thu, 7 Mar 2024 11:16:34 +0100 Subject: [PATCH] fixed typo --- doc/roadmap2024.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/roadmap2024.md b/doc/roadmap2024.md index 1351df0..7e99b2b 100644 --- a/doc/roadmap2024.md +++ b/doc/roadmap2024.md @@ -27,8 +27,8 @@ Opening existing IFC files typically should "just work". The IFC file contains e ##### What needs to be done - [ ] A **lock system** should be put in place to allow two different scenarios: - 1. The user wants to work strictly with IFC object or - 2. The user wants to mix IFC and non-IFC (FreeCAD-only) objects. + 1. The user wants to work strictly with IFC objects (strtict mode) or + 2. The user wants to mix IFC and non-IFC (FreeCAD-only) objects (hybrid mode). The user should be able to change between the two modes at any moment in the project development. - [x] A better **display mode** that allows to load all files the same, fastest way. That display mode should handle edges and transparency properly, so there is visually no more need to load the object shapes (heavy) on file load. [dc85ff6](https://github.com/yorikvanhavre/FreeCAD-NativeIFC/commit/dc85ff6123d44e4c773ddad7182f2ed4193a2711) - [37e3d2c](https://github.com/yorikvanhavre/FreeCAD-NativeIFC/commit/37e3d2c2a02ee049891540898923353da94ba346) - [3ff1715](https://github.com/yorikvanhavre/FreeCAD-NativeIFC/commit/3ff1715802d582e4f1c722e8c4010ca10733b80d) - [x] An automatic **shape loading mechanism** that seamlessly loads object shapes and geometric properties when needed, for example when they are selected or being edited. [b382938](https://github.com/yorikvanhavre/FreeCAD-NativeIFC/commit/b382938e9facfed61befb644d8d8b7b185d3babe)