Test BuidingPart(v 0.18.14210+)

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
chakkree
Posts: 327
Joined: Tue Jun 30, 2015 12:58 am
Location: Bangkok Thailand

Test BuidingPart(v 0.18.14210+)

Post by chakkree »

Test using BuildingPart to show an elevation of the element in the building.

TestBuildingPart01.png
TestBuildingPart01.png (511.03 KiB) Viewed 1655 times
ElevationAndDetail_F1C4_X1Y1.FCStd
(212.22 KiB) Downloaded 39 times
-----------------------
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.14210 (Git)
Build type: Release
Branch: master
Hash: d2f9ab6a111975fce69c7f29bf3b7ecb8673a2db
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/UnitedStates (en_US)
User avatar
yorik
Founder
Posts: 13665
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Test BuidingPart(v 0.18.14210+)

Post by yorik »

I have been using a lot a dotted line to "extend" the level mark too... I wonder if it wouldn't be cool to add that possibility directly to the BuildingPart object
Screenshot from 2018-08-02 12-06-44.png
Screenshot from 2018-08-02 12-06-44.png (99.26 KiB) Viewed 1624 times
User avatar
bitacovir
Veteran
Posts: 1570
Joined: Sat Apr 19, 2014 6:23 am
Contact:

Re: Test BuidingPart(v 0.18.14210+)

Post by bitacovir »

chakkree wrote: Thu Aug 02, 2018 8:07 am Test using BuildingPart to show an elevation of the element in the building.
You create a building part for each element in the model. Why?
::bitacovir::
==================
One must be absolutely modern.
Arthur Rimbaud (A Season in Hell -1873)

Canal Youtube Grupo Telegram de FreeCAD Español

My personal web site
My GitHub repository
Mini Airflow Tunnel Project
User avatar
chakkree
Posts: 327
Joined: Tue Jun 30, 2015 12:58 am
Location: Bangkok Thailand

Re: Test BuidingPart(v 0.18.14210+)

Post by chakkree »

bitacovir wrote: Thu Aug 02, 2018 8:04 pm
You create a building part for each element in the model. Why?

For construction work, to show an elevation of each element and to find the elevation of pile's cut.
It's better than if the structural element can show elevation.
User avatar
yorik
Founder
Posts: 13665
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Test BuidingPart(v 0.18.14210+)

Post by yorik »

if it doesn't contain any object, the BuildingPart object is very lightweight... It can very well be used as a simple "marker".
We could enhance it to have different possible displays, for example instead of the "cross" have those level arrows commonly used. Always space for improvement :)

Also, with expressions, you are able to do very neat tricks, such as binding the Z coordinate of the BuildingPart to the z coord of a vertex of a column...
cadgiru
Posts: 91
Joined: Thu Oct 27, 2016 9:53 am
Location: Norway
Contact:

Re: Test BuidingPart(v 0.18.14210+)

Post by cadgiru »

Working my way through the Artigas tutorial, I had some challenges making the 'WindowWall' of the Studio

Using Arch BuildingPart object made it easy
BuildingPart.png
BuildingPart.png (261.99 KiB) Viewed 1534 times
Yorik, Your BuildingPart object certainly has potential.

thx
regards
User avatar
bitacovir
Veteran
Posts: 1570
Joined: Sat Apr 19, 2014 6:23 am
Contact:

Re: Test BuidingPart(v 0.18.14210+)

Post by bitacovir »

yorik wrote: Fri Aug 03, 2018 1:47 pm if it doesn't contain any object, the BuildingPart object is very lightweight... It can very well be used as a simple "marker".
We could enhance it to have different possible displays, for example instead of the "cross" have those level arrows commonly used. Always space for improvement :)

Also, with expressions, you are able to do very neat tricks, such as binding the Z coordinate of the BuildingPart to the z coord of a vertex of a column...
Maybe buildingpart could provide this mark for all contained elements. This way we can storage several columns in one buildingpart container. And we can turn on/off this feature for everyone.
::bitacovir::
==================
One must be absolutely modern.
Arthur Rimbaud (A Season in Hell -1873)

Canal Youtube Grupo Telegram de FreeCAD Español

My personal web site
My GitHub repository
Mini Airflow Tunnel Project
cadgiru
Posts: 91
Joined: Thu Oct 27, 2016 9:53 am
Location: Norway
Contact:

Re: Test BuidingPart(v 0.18.14210+)

Post by cadgiru »

BuldingPart export ifc

Trying to export a building Part to ifc, I get the following
IfcOutCW.png
IfcOutCW.png (66.71 KiB) Viewed 1505 times
Have I not understood how this should work?

regards

OS: Ubuntu 16.04.5 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.14220 (Git)
Build type: None
Branch: master
Hash: 1d81fd66b84af9ef8330ba1f1f6d1c5d6443f0c4
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedStates (en_US)
User avatar
bitacovir
Veteran
Posts: 1570
Joined: Sat Apr 19, 2014 6:23 am
Contact:

Re: Test BuidingPart(v 0.18.14210+)

Post by bitacovir »

cadgiru wrote: Sat Aug 04, 2018 6:34 am BuldingPart export ifc

Trying to export a building Part to ifc, I get the following

IfcOutCW.png

Have I not understood how this should work?

regards

OS: Ubuntu 16.04.5 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.14220 (Git)
Build type: None
Branch: master
Hash: 1d81fd66b84af9ef8330ba1f1f6d1c5d6443f0c4
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedStates (en_US)
What does the report panel show? Can you share your file?
::bitacovir::
==================
One must be absolutely modern.
Arthur Rimbaud (A Season in Hell -1873)

Canal Youtube Grupo Telegram de FreeCAD Español

My personal web site
My GitHub repository
Mini Airflow Tunnel Project
cadgiru
Posts: 91
Joined: Thu Oct 27, 2016 9:53 am
Location: Norway
Contact:

Re: Test BuidingPart(v 0.18.14210+)

Post by cadgiru »

IfcExport BuildingPart

This contains only 'experimental' Curtain Wall..
The complete file is to large to upload

regards
Attachments
artCurtWall.fcstd
(103.6 KiB) Downloaded 33 times
Post Reply