Categories:
-
3d 96 articles
-
animations 16 articles
-
architecture 47 articles
-
blender 98 articles
-
bédé 19 articles
-
techdrawing 24 articles
-
freecad 189 articles
-
gaming 1 articles
-
idsampa 8 articles
-
inthepress 8 articles
-
linux 57 articles
-
music 1 articles
-
nativeifc 30 articles
-
opensource 266 articles
-
orange 4 articles
-
photo 16 articles
-
projects 35 articles
-
receitas 176 articles
-
saopaulo 18 articles
-
sketches 163 articles
-
talks 25 articles
-
techdrawing 24 articles
-
textes 7 articles
-
trilhas 3 articles
-
urbanoids 1 articles
-
video 47 articles
-
webdesign 7 articles
-
works 151 articles
Archives:
-
2007 22 articles
-
2008 32 articles
-
2009 66 articles
-
2010 74 articles
-
2011 74 articles
-
2012 47 articles
-
2013 31 articles
-
2014 38 articles
-
2015 28 articles
-
2016 36 articles
-
2017 41 articles
-
2018 46 articles
-
2019 59 articles
-
2020 18 articles
-
2021 20 articles
-
2022 7 articles
-
2023 25 articles
-
2024 14 articles
A new window tool
We have a window tool in FreeCAD already. It can do both windows and doors (in the BIM workbench it is split into two tools, window and door, but underneath it's the same tool). However, it has many limitations and annoyances. It is clear we need a new window tool for FreeCAD that compares decently to other BIM software. It should allow to easily:
- Build a window from scratch
- Place a window precisely relative to the edges of a wall
- Select a window type from a list of predefined types
- Change the type of already placed windows
- Support advanced annotation display such as opening graphics or tags
Advantages of the current tool
- It is highly flexible: There is virtually no type of window that you can't make with it. It can have components of any shape, Any part can be made openable, and even custom parts like handles can be made stick to the openable parts. Openings can also be highly customized.
-
It is compact: The window object is mostly self-contained, and just needs an external shape like a sketch to work.
-
It is based on wire loops, which makes it very intuitive to design. The way you would draw a window in a 2D drawing is what you need to do to build a BIM window.
Problems of the current tool
-
Placement is cumbersome: One mostly needs to place a window into a wall, and position a window relatively to the edges of that wall. Ex: at 100cm from the left border of that wall. That is currently impossible to achieve in one go, one needs to basically place the window anywhere then move it into place
-
No good support for instances: Ideally, in a project, one defines windows types, and you should be able to pick a window in a list of types, and place it. You should also be able to change the type of a window. It should also play nice with IFC types.
-
Creating window components is complicated and non-intuitive. The interface is not well designed.
Conclusions & what we need
-
We need a better placement system. A way to place a window relatively to its host wall. Maybe this could be done entirely with the current Draft placement/grid/snapping system? So it would be usable by other tools as well. Ex:
- Place the working plane on the face of a wall
- Press the window button
- "Snap" an edge, or a vertex
- You can now insert coordinatess relative to that vertex or edge
Basically this could be resumed in a "recenter" snap tool that can recenter the working plane on the currently snapped point:
- Define a new shortcut
- On pressing that shortcut, the working plane is recentered on the current snap location
- Relative coordinates get updated automatically
- Auto mode does not change
- Also allow to set a working plane on "face and edge" selection
-
We need a better UI for the window tool. Something more streamlined with a proper (tree-based?) view of the components, with a properties view, and what component is subject to what other, and more direct visual feedback on changes. Basically, an UI similar to the FreeCAD combo view. It should take more advantage of the current FreeCAD task system, with more use of collapsible panels, like the Sketcher does.
-
We need support for IFC types with:
- A way to turn a window into a type, and manage the positioning
- A way to place a window by choosing a type
- A way to change the type of a window
- A way to list windows by type
-
We need to be able to define common components such as frames or panels without the need for a sketch, just by giving dimensions. That would account for the majority of people's needs and would reduce dependency on other objects.
-
We need a smart way to attach custom components made with other tools and workbenches. This includes also custom opening shapes.
-
We need a way to display additional, custom geometry and text like opening graphics and tag annotations
To conclude, I think the main points here are that we can keep the existing tool structure, but it needs more properties, both to define window parameters and to allow custom components, a new UI, and the Draft snapping system needs additional behaviours.
Comment on this post on Twitter FreeCAD forum Mastodon - Show replies