@JQL The only thing I would ask you to consider changing is the double lines for the wall. Can they be represented as single line and thickened parametrically later?
Yes they can. I was just thinking in the old ways. Those lines mark the max area of construction possible. I've changed them to Reference Sketches (Blue). It doesn't make sense to delete them as I need them for permit reasons so they are key for my geometry. However this kind of Reference Sketches, in FreeCAD, can't be used for actual geometry. Somehow it makes sense to me to extrude them outwards as, interior partitions are way thinner and dividing interior space always feels more natural if I'm not accounting for external walls thicknesses.
Having a real example is different than having a teorical one... I might do this on my own during nights and weekends, while the project runs sideways using the usual processes during the week. It will be nice to compare workflows and what will yield best results or untapped potential.
Late here in Portugal too. Same time. I just wanted to know if it will run on sketches, detect the cells and then allow us to model the 3d from scratch using only sketches as a base. This would be useful as I'd go about defining a diagram plan, without even needing any 3d, but already would have a topologic ready workflow.
Does topologic work in 2d?
If not and if it needs the 3d as input, it would only start being useful in a further stage.
@JQL said:
Yes they can. I was just thinking in the old ways. Those lines mark the max area of construction possible. I've changed them to Reference Sketches (Blue). It doesn't make sense to delete them as I need them for permit reasons so they are key for my geometry. However this kind of Reference Sketches, in FreeCAD, can't be used for actual geometry. Somehow it makes sense to me to extrude them outwards as, interior partitions are way thinner and dividing interior space always feels more natural if I'm not accounting for external walls thicknesses.
Just for demonstration, individual edge in Sketch can have each of them Align and Width, though not very convenient at the moment :D
Attached file has the 4 external edges/walls Align to Right, and Width to 500mm.
I just rename the *.FCStd to *.zip (i.e. not actually zipping it)
@JQL@paullee ok.. it took a bit of coding but it worked (python code attached). The end result is a Shell of faces (similar to a CellComplex of Cells, but in 2D). Actually a Shell is not necessarily 2D, think of it as an open cardboard box, it can be flat or assembled in 3D.
The red lines are the dual graph of the Shell to prove that connectivity. It connects centroids to centroids so sometimes it does not look right geometrically, but it is correct topologically. Plus as you see below, I can hover over this shape and it will highlight the different faces. These can now be extruded into Cells and assembled into a CellComplex.
@topologic This is definitely cool!
This means topologic can be used in a diagrams stage already. @paullee that one I had already find out in FreeCAD. The question here is that we shouldn't do that if we want to work with topologic, right?
So, when can a windows user start playing with it in FreeCAD?
@topologic said: @JQL@paullee ok.. it took a bit of coding but it worked (python code attached). The end result is a Shell of faces (similar to a CellComplex of Cells, but in 2D). Actually a Shell is not necessarily 2D, think of it as an open cardboard box, it can be flat or assembled in 3D.
The red lines are the dual graph of the Shell to prove that connectivity. It connects centroids to centroids so sometimes it does not look right geometrically, but it is correct topologically. Plus as you see below, I can hover over this shape and it will highlight the different faces. These can now be extruded into Cells and assembled into a CellComplex.
Indeed very cool ! :D
And the thing which is also fascinating is that both FreeCAD/Part Module and Topologic is built on OpenCascade to my understanding !
The problem to me seems now are :D :-
1. Run the earlier script you demonstrate to relate all the Face to the Edges
2. And study what are the Topologic features (build Geometry/Shape and/or do analysis), and
3. Should all BIM Object/Shape (Wall, Window etc.) be still built by FC/Arch and Part Modules based on the 2D Sketch, Or go directly to Topologic ? :D
I yet to try understanding your python script (before I even know Topologic API :LOL )
@JQL said: @topologic This is definitely cool!
This means topologic can be used in a diagrams stage already. @paullee that one I had already find out in FreeCAD. The question here is that we shouldn't do that if we want to work with topologic, right?
Yes, it is really cool Topologic can start do some analysis right from 2D, and it solve one of the problem I haven't solved - find all the areas (boundaries) defined by the Sketch :D And tell their linkage !
But 2D is the start, excellent to work right at start of sketch layout design. Imagine there is a lift (shaft) or staircase, the vertical 'spaces' link all the floors. BTW, I am not sure your 'question'.
All prior examples I've seen using topologic stemmed from a cell model. I'm thinking how would it be best to approach a mix of 2D schematic design and 3D envelope.
I'm seeing myself drawing 2D plans and encapsulating them inside a 3D model shape and have topologic intersecting them both into a cell complex.
And the thing which is also fascinating is that both FreeCAD/Part Module and Topologic is built on OpenCascade to my understanding !
The problem to me seems now are :D :-
1. Run the earlier script you demonstrate to relate all the Face to the Edges
2. And study what are the Topologic features (build Geometry/Shape and/or do analysis), and
3. Should all BIM Object/Shape (Wall, Window etc.) be still built by FC/Arch and Part Modules based on the 2D Sketch, Or go directly to Topologic ? :D
I yet to try understanding your python script (before I even know Topologic API :LOL )
Thanks. Yes both Topologic and FreeCAD are based on OCCT. Actually, before we even built Topologic, we experimented and built functional prototypes in FreeCAD. It is no surprise that many of Topologic’s objects are direct counterparts to Part objects.
I now have to get back to finishing the work on Topologic sverchok. I am hoping others will step up and contribute.
@JQL said:
All prior examples I've seen using topologic stemmed from a cell model. I'm thinking how would it be best to approach a mix of 2D schematic design and 3D envelope.
I'm seeing myself drawing 2D plans and encapsulating them inside a 3D model shape and have topologic intersecting them both into a cell complex.
Would it be feasible?
Can you draw/model and share what you mean? Thanks.
@topologic said: @JQL@paullee ok.. it took a bit of coding but it worked (python code attached). The end result is a Shell of faces (similar to a CellComplex of Cells, but in 2D). Actually a Shell is not necessarily 2D, think of it as an open cardboard box, it can be flat or assembled in 3D.
p.s. Some afterthought.
There are discussion, similar with TAD, that Architect should think about space more than construction element like walls. It should be both and hardly an Architect escape from manipulating the shape of Wall, take Villa Savoye floor layout as an example.
So this experiment show, whilst maybe more Architect sketch their layout more by Walls, they are really in parallel defining spaces, just the software previously can't understand that.
Now, with Topology, the spaces defined by a 2D Sketch can be identified in parallel to help space planning and development!
Probably, next item to experiment is putting doors and window in the Cell to identify the connection - in fact something similar was done earlier in 1st August 20:00 UTC Monthly Meetup
@JQL said:
All prior examples I've seen using topologic stemmed from a cell model. I'm thinking how would it be best to approach a mix of 2D schematic design and 3D envelope.
I'm seeing myself drawing 2D plans and encapsulating them inside a 3D model shape and have topologic intersecting them both into a cell complex.
Would it be feasible?
Can you draw/model and share what you mean? Thanks.
@JQL said:
All prior examples I've seen using topologic stemmed from a cell model. I'm thinking how would it be best to approach a mix of 2D schematic design and 3D envelope.
I'm seeing myself drawing 2D plans and encapsulating them inside a 3D model shape and have topologic intersecting them both into a cell complex.
Would it be feasible?
Can you draw/model and share what you mean? Thanks.
@JQL Yes. This is quite straightforward for Topologic:
1. Loft each detected 2D boundary Face. Yields a Cell
2. Combine the lofted Cells into a CellComplex
3. Intersect the CellComplex and a user-built envelope Cell. (Topology.Intersect(cellComplex, envelope)). This will yield a truncated but watertight cellComplex with weird envelope cuts and interior partitions and Cells etc.
And each of those cells can then be manipulated as a room and each room as a ceiling and floor, as well as walls, all in Topologic terminology?
And if I change my sketch or my external envelope, does the cell complex change accordingly?
And so, this weird shape will be able to easily be manipulated?
And what about rooms. How do I go about assigning which space is what in my FreeCAD 2D sketch? Is it possible? And if I change the sketch, will I have to redo this space info from scratch?
@JQL and @paullee Yes the functionality is all there. @arquitextonica has shown how you can create an informational workflow and a framework that is independent of the particularities of the form. In Topologic, information such as room type is affected by and affects geometric outcome. I recently demonstrated this to my students using Topologic in Dynamo.
The current limitation of FreeCAD, when it come to Topologic, is the lack of a visual data flow plugin like sverchok. FreeCAD would benefit from that immensely. But I know there are FreeCAD nodes in sverchok. I need to try them. I am also about a couple of weeks away from completing Topologic for sverchok on Blender. That is proving to be quite a powerful and fast environment for Topologic.
There are discussion, similar with TAD, that Architect should think about space more than construction element like walls. It should be both and hardly an Architect escape from manipulating the shape of Wall, take Villa Savoye floor layout as an example.
Hi @paullee . You mean TAD the academic publication? I just found it today and I'm very curious. My research, as @topologic mentioned is working hard on the conceptual side of the problem you are all tackling here on the practical/instrumental side.
Do you have any concrete references I can read of this discussion? Thanks in advance.
And to all a HUGE thumbs up! You are making a terrific job!
In case you are interested, a short thread with some screenshots of my last progress. Sadly it's done in other platforms, but perhaps it ignite some ideas.
@arquitextonica So you're doing this stuff in grasshopper?
Are the color codes representing different dictionaries?
What exactly is a dictionary and what are it's uses? @topologic Do you think this will be achievable in Sverchok in a few weeks?
Sorry for the questions, but until I try it, I'm just guessing what is what and how and why...
@JQL said: @topologic Do you think this will be achievable in Sverchok in a few weeks?
Fingers crossed. I teach full time and work on this evenings and weekends. It is going well. Just a lot of methods to wrap and test in sverchok. Once done this will only be available for Linux for the time being. Windows has TopologicGH and TopologicDynamo.
Comments
@JQL The only thing I would ask you to consider changing is the double lines for the wall. Can they be represented as single line and thickened parametrically later?
@JQL You are brave to experiment :D
Yes they can. I was just thinking in the old ways. Those lines mark the max area of construction possible. I've changed them to Reference Sketches (Blue). It doesn't make sense to delete them as I need them for permit reasons so they are key for my geometry. However this kind of Reference Sketches, in FreeCAD, can't be used for actual geometry. Somehow it makes sense to me to extrude them outwards as, interior partitions are way thinner and dividing interior space always feels more natural if I'm not accounting for external walls thicknesses.
New file attached:
You know where this started don't you? ;)
https://forum.freecadweb.org/viewtopic.php?t=51653
Let's see where it is headed...
Having a real example is different than having a teorical one... I might do this on my own during nights and weekends, while the project runs sideways using the usual processes during the week. It will be nice to compare workflows and what will yield best results or untapped potential.
@JQL late here (in the UK) Will look at it tomorrow. What do you want to get out of it using Topologic?
Late here in Portugal too. Same time. I just wanted to know if it will run on sketches, detect the cells and then allow us to model the 3d from scratch using only sketches as a base. This would be useful as I'd go about defining a diagram plan, without even needing any 3d, but already would have a topologic ready workflow.
Does topologic work in 2d?
If not and if it needs the 3d as input, it would only start being useful in a further stage.
Just for demonstration, individual edge in Sketch can have each of them Align and Width, though not very convenient at the moment :D
Attached file has the 4 external edges/walls Align to Right, and Width to 500mm.
I just rename the *.FCStd to *.zip (i.e. not actually zipping it)
@JQL @paullee ok.. it took a bit of coding but it worked (python code attached). The end result is a Shell of faces (similar to a CellComplex of Cells, but in 2D). Actually a Shell is not necessarily 2D, think of it as an open cardboard box, it can be flat or assembled in 3D.
The red lines are the dual graph of the Shell to prove that connectivity. It connects centroids to centroids so sometimes it does not look right geometrically, but it is correct topologically. Plus as you see below, I can hover over this shape and it will highlight the different faces. These can now be extruded into Cells and assembled into a CellComplex.
@topologic This is definitely cool!
This means topologic can be used in a diagrams stage already.
@paullee that one I had already find out in FreeCAD. The question here is that we shouldn't do that if we want to work with topologic, right?
So, when can a windows user start playing with it in FreeCAD?
Indeed very cool ! :D
And the thing which is also fascinating is that both FreeCAD/Part Module and Topologic is built on OpenCascade to my understanding !
The problem to me seems now are :D :-
1. Run the earlier script you demonstrate to relate all the Face to the Edges
2. And study what are the Topologic features (build Geometry/Shape and/or do analysis), and
3. Should all BIM Object/Shape (Wall, Window etc.) be still built by FC/Arch and Part Modules based on the 2D Sketch, Or go directly to Topologic ? :D
I yet to try understanding your python script (before I even know Topologic API :LOL )
Yes, it is really cool Topologic can start do some analysis right from 2D, and it solve one of the problem I haven't solved - find all the areas (boundaries) defined by the Sketch :D And tell their linkage !
But 2D is the start, excellent to work right at start of sketch layout design. Imagine there is a lift (shaft) or staircase, the vertical 'spaces' link all the floors. BTW, I am not sure your 'question'.
All prior examples I've seen using topologic stemmed from a cell model. I'm thinking how would it be best to approach a mix of 2D schematic design and 3D envelope.
I'm seeing myself drawing 2D plans and encapsulating them inside a 3D model shape and have topologic intersecting them both into a cell complex.
Would it be feasible?
Thanks. Yes both Topologic and FreeCAD are based on OCCT. Actually, before we even built Topologic, we experimented and built functional prototypes in FreeCAD. It is no surprise that many of Topologic’s objects are direct counterparts to Part objects.
I now have to get back to finishing the work on Topologic sverchok. I am hoping others will step up and contribute.
Can you draw/model and share what you mean? Thanks.
p.s. Some afterthought.
There are discussion, similar with TAD, that Architect should think about space more than construction element like walls. It should be both and hardly an Architect escape from manipulating the shape of Wall, take Villa Savoye floor layout as an example.
So this experiment show, whilst maybe more Architect sketch their layout more by Walls, they are really in parallel defining spaces, just the software previously can't understand that.
Now, with Topology, the spaces defined by a 2D Sketch can be identified in parallel to help space planning and development!
Probably, next item to experiment is putting doors and window in the Cell to identify the connection - in fact something similar was done earlier in 1st August 20:00 UTC Monthly Meetup
@JQL Yes. This is quite straightforward for Topologic:
1. Loft each detected 2D boundary Face. Yields a Cell
2. Combine the lofted Cells into a CellComplex
3. Intersect the CellComplex and a user-built envelope Cell. (Topology.Intersect(cellComplex, envelope)). This will yield a truncated but watertight cellComplex with weird envelope cuts and interior partitions and Cells etc.
And each of those cells can then be manipulated as a room and each room as a ceiling and floor, as well as walls, all in Topologic terminology?
And if I change my sketch or my external envelope, does the cell complex change accordingly?
And so, this weird shape will be able to easily be manipulated?
And what about rooms. How do I go about assigning which space is what in my FreeCAD 2D sketch? Is it possible? And if I change the sketch, will I have to redo this space info from scratch?
Except the interesting envelope, the rest particularly the last paragraph are the issues in my mind I want to know :D
@JQL and @paullee Yes the functionality is all there. @arquitextonica has shown how you can create an informational workflow and a framework that is independent of the particularities of the form. In Topologic, information such as room type is affected by and affects geometric outcome. I recently demonstrated this to my students using Topologic in Dynamo.
The current limitation of FreeCAD, when it come to Topologic, is the lack of a visual data flow plugin like sverchok. FreeCAD would benefit from that immensely. But I know there are FreeCAD nodes in sverchok. I need to try them. I am also about a couple of weeks away from completing Topologic for sverchok on Blender. That is proving to be quite a powerful and fast environment for Topologic.
Great!
From FreeCAD, what I like most, really is Sketches. Maybe FreeCAD Sverchok nodes will import them into Blender...
Hi @paullee . You mean TAD the academic publication? I just found it today and I'm very curious. My research, as @topologic mentioned is working hard on the conceptual side of the problem you are all tackling here on the practical/instrumental side.
Do you have any concrete references I can read of this discussion? Thanks in advance.
And to all a HUGE thumbs up! You are making a terrific job!
In case you are interested, a short thread with some screenshots of my last progress. Sadly it's done in other platforms, but perhaps it ignite some ideas.
@arquitextonica I think he was referring to the TAD BIM Software. https://www.teamtad.com
Thanks @topologic, Yes @arquitextonica I mean TeamTad :)
p.s. @arquitextonica Can you point out where can have a look at your works ? Thanks :)
https://community.osarch.org/discussion/comment/4790#Comment_4790
about TAD..
@arquitextonica So you're doing this stuff in grasshopper?
Are the color codes representing different dictionaries?
What exactly is a dictionary and what are it's uses?
@topologic Do you think this will be achievable in Sverchok in a few weeks?
Sorry for the questions, but until I try it, I'm just guessing what is what and how and why...
Fingers crossed. I teach full time and work on this evenings and weekends. It is going well. Just a lot of methods to wrap and test in sverchok. Once done this will only be available for Linux for the time being. Windows has TopologicGH and TopologicDynamo.