Let us create a pink ifc column using profile representation
Blog
Create one blue ifcbeam
Let us create a blue beam using the wall ifc representation and assigning the ifcBeam class.
My yellow ifc wall with a opening
In the first part of an ifc project we have to do some imports from our library and defining our project with name, context, site, building, floor and so on like in the next code example: In the first part you import all python libraries that you need in the script or project. For example:…
Creating multiple ifcwalls script
In the first part of an ifc project we have to do some imports from our library and defining our project with name, context, site, building, floor and so on like in the next code example: In the first part you import all python libraries that you need in the script or project. For example:…
Import xls tables with Sverchok
This function is available with the add-on Sverchok extra and his dependencies SciPy. For the installation of the add-on and his dependences please refer to the following link: https://github.com/portnov/sverchok-extra Once installed, open the Sverchok tab and click on Add. Scroll till Data and there we have 4 nodes: The read Excel nodes need a file…
Obim One – The Master plan
Imagine this: Having a tool that does Structural BIM models and drawings from data input. Using Sverchok as a translator between the database and the 3D BIM Engine – Blender3D. To call the data, the 3D model or elements, or the drawings as needed. Somehow you call a graph in an Excel sheet. The database…