R
by ReD_CoDE on 26 Jun 2020
#
My friend's view about Blender and NURBS:
About Blender, I think it supports NURBS. There are ways to convert mesh to NURBS (UV unwrapping) and NURBS to mesh (tessellation). If correctly designed, you could use BREP, NURBS, mesh, CSG all together in solid modeling software.
S
by stephen_l on 26 Jun 2020
#
+1 votes
@ReD_CoDE said:
My friend's view about Blender and NURBS:
About Blender, I think it supports NURBS. There are ways to convert mesh to NURBS (UV unwrapping) and NURBS to mesh (tessellation). If correctly designed, you could use BREP, NURBS, mesh, CSG all together in solid modeling software.
Forget about it, nurbs in blender are not even at simple toy level, so unless someone handle further dev it will remains a sweet dream.
J
by Jesusbill on 27 Jun 2020
#
+1 votes
Added Elmer and FEniCS in the simulation directory
-
Elmer is a multiphysical simulation software that includes physical models of fluid dynamics, structural mechanics, electromagnetics, heat transfer and acoustics, for example. These are described by partial differential equations which Elmer solves by the Finite Element Method (FEM).
-
FEniCS is a computing platform for solving partial differential equations (PDEs). FEniCS enables users to quickly translate scientific models into efficient finite element code. FEniCS runs on a multitude of platforms ranging from laptops to high-performance clusters.
R
by ReD_CoDE on 27 Jun 2020
#
https://gismo.github.io/
G+Smo (Geometry + Simulation Modules, pronounced "gismo") is an open-source C++ library that brings together mathematical tools for geometric design and numerical simulation. It implements the relatively new paradigm of isogeometric analysis, which suggests the use of a unified framework in the design and analysis pipeline.
J
by Jesusbill on 27 Jun 2020
#
@ReD_CoDE you insist with isogeometric analysis :)
I admit that I would like to study/try/test it at some point. Let's see if I can test this library but I am not very positive as everything is based on C++, input files including from a quick look I had.
In any case I will add it in the simulation directory
R
by ReD_CoDE on 27 Jun 2020
#
+1 votes
@Jesusbill I just shared it maybe some think about and work on IGA (I know that Blender is mesh-based)
As far as I see it's a hot topic in academia and industry, especially in North America and in some other countries, like France, Germany, Japan, ...
Also, these days the majority of invaluable projects I see are based on C families :)
D
by DADA_universe on 5 Jul 2020
#
+2 votes
New add-on for CAD workflow in Blender, currently under development: https://blenderartists.org/t/construction-lines-add-on-cad/1237928
D
by DADA_universe on 5 Jul 2020
#
@DADA_universe said:
New add-on for CAD workflow in Blender, currently under development: https://blenderartists.org/t/construction-lines-add-on-cad/1237928
Added that to the wiki.
Also added https://www.teamtad.com/ an interesting BIM tool for architects developed by an Indian architect since 1989, which I've known of for a few years now. I've invited him to join OSArch and hope he'll do so soon. Free software, but not currently Open Source at the moment, though the intention is there to do this at some point.
M
by Moult on 5 Jul 2020
#
@DADA_universe TAD looks like freeware, not free software. I don't think it belongs in the OSArch wiki unless he changes it to a free software compatible license.
@brunopostle is homemaker free software? Should it be added?
S
by stephen_l on 5 Jul 2020
#
@Moult at least urb (framework ground of homemaker) is GPL 3
C
by Cyril on 5 Jul 2020
#
@Moult said:
@DADA_universe TAD looks like freeware, not free software. I don't think it belongs in the OSArch wiki unless he changes it to a free software compatible license.
True according to official website :
TAD Version 6.x is a closed source freeware. We want to open-source from version 7.x onwards, once we receive enough participation.
B
by brunopostle on 6 Jul 2020
#
@stephen_l said:
@Moult at least urb (framework ground of homemaker) is GPL 3
Is all GPL3+ (though some of it may be GPL2±, I ought to do a search and replace).
D
by DADA_universe on 6 Jul 2020
#
@Moult said:
@DADA_universe TAD looks like freeware, not free software. I don't think it belongs in the OSArch wiki unless he changes it to a free software compatible license.
@brunopostle is homemaker free software? Should it be added?
Ah, I missed the distinction, thought 'free as in beer' was being included. Will edit it out till the license changes.
S
by stephen_l on 6 Jul 2020
#
+3 votes
@DADA_universe said:
New add-on for CAD workflow in Blender, currently under development: https://blenderartists.org/t/construction-lines-add-on-cad/1237928
Looks like dev is open for collaboration, a first step is interoperability, then maybe integration of cad transform snap api may help to go further.
S
by stephen_l on 7 Jul 2020
#
+2 votes
This is a pretty good news, interoperability is confirmed, and construction-lines-CAD will work with both archipack and CAD Transform out of the box.
B
by bitacovir on 8 Jul 2020
#
+3 votes
City Energy Analyst (CEA)
The City Energy Analyst (CEA) is an urban energy simulation platform and one of the first open-source computational tools for the design of low-carbon and highly efficient neighborhoods and districts The CEA combines knowledge of urban planning and energy systems engineering in an integrated framework. This allows to study the effects, trade-offs and synergies of urban design options, building retrofits and energy infrastructure plans.
https://cityenergyanalyst.com/
https://github.com/architecture-building-systems/CityEnergyAnalyst
(I'll include it in the wiki...)
J
by Jesusbill on 10 Jul 2020
#
Markdown-based diagram and flow-chart generation in Javascript
http://mermaid-js.github.io/mermaid/#/
M
by Moult on 10 Jul 2020
#
+1 votes
@Jesusbill not entirely sure how that fits into AEC ... ?
By the way I want to shoutout @duncan who has been doing some awesome work adding icons to the wiki page! It looks slick!
B
by bitacovir on 10 Jul 2020
#
+2 votes
@Moult said:
@Jesusbill not entirely sure how that fits into AEC ... ?
You can generate Gantt diagrams.
M
by Moult on 10 Jul 2020
#
@bitacovir very cool - I wonder how simple it'll be to use something like this to generate a gantt chart from IfcTask for construction sequencing... language differences aside of course :)
J
by Jesusbill on 10 Jul 2020
#
@Moult said:
@Jesusbill not entirely sure how that fits into AEC ... ?
I honestly thought about the network graphs from the presentation of homemaker and the discussion going on there (https://community.osarch.org/post/quote/112/Comment_1506). Thought about posting it there but then I preferred to post it here. So no specific use in mind but @bitacovir has already had a good idea :)
By the way I want to shoutout @duncan who has been doing some awesome work adding icons to the wiki page! It looks slick!
Yes they do
R
by ReD_CoDE on 10 Jul 2020
#
@Moult ask Thomas, he will explain to you the importance of Model-Driven Design and why bSI is migrating to UML
And why bSI today is thinking to join to OMG movement (I'm not sure even Thomas knows why OMG?): https://forums.buildingsmart.org/t/digital-twin-consortium/2807
And why I added this (https://forums.buildingsmart.org/t/evolution-of-ifc-improving-consistency-and-language-independent-data-schema/2457) in bSI forum and what does it mean?
R
by ReD_CoDE on 10 Jul 2020
#
+1 votes
Also, check PlantUML: https://plantuml.com
P
by paullee on 11 Jul 2020, edited 11 Jul 2020
#
@Jesusbill said:
I honestly thought about the network graphs from the presentation of homemaker and the discussion going on there (https://community.osarch.org/post/quote/112/Comment_1506). Thought about posting it there but then I preferred to post it here. So no specific use in mind but @bitacovir has already had a good idea :)
Thanks pointing to the discussion here :)
I have glanced through the links, with my beginner's level of python knowledge, they seem too advanced for me. And seem quite some are about GIS.
I may attempt to learn/try a simple graph / network model representing the spatial (room) order, but it seems there are no 'readily' library which abstract these kind of spatial attribute (I thought map maybe similar, but can't make .sense out of the materials i glanced through)
BTW, what is @bitacovir 's idea ?
And the link you post seem is for comment.
Thanks.
B
by bitacovir on 11 Jul 2020
#
@paullee said:
BTW, what is @bitacovir 's idea ?
I am just saying Mermaid is used for Gantt Diagrams https://mermaid-js.github.io/mermaid/#/gantt