Skip to content

Commit

Permalink
Arch: Tube tools - fixes #2661
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Aug 24, 2016
1 parent b9f454b commit 4c90410
Show file tree
Hide file tree
Showing 8 changed files with 631 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/Mod/Arch/Arch.py
Expand Up @@ -30,10 +30,9 @@
#
# Architecture and BIM module
#
# This module provides tools specialized in architectural and Building
# Information Modeling (BIM).
# This module provides tools specialized in Building Information Modeling (BIM).

'''The Arch module provides tools specialized in architectural BIM modeling.'''
'''The Arch module provides tools specialized in BIM modeling.'''

import FreeCAD
if FreeCAD.GuiUp:
Expand Down Expand Up @@ -62,3 +61,4 @@
from ArchMaterial import *
from ArchSchedule import *
from ArchPrecast import *
from ArchPipe import *
1 change: 1 addition & 0 deletions src/Mod/Arch/CMakeLists.txt
Expand Up @@ -38,6 +38,7 @@ SET(Arch_SRCS
import3DS.py
ArchPrecast.py
importSH3D.py
ArchPipe.py
)

SET(Dice3DS_SRCS
Expand Down
4 changes: 2 additions & 2 deletions src/Mod/Arch/InitGui.py
Expand Up @@ -38,8 +38,8 @@ def Initialize(self):
"Arch_Window","Arch_Roof","Arch_Axis",
"Arch_SectionPlane","Arch_Space","Arch_Stairs",
"Arch_Panel","Arch_Equipment",
"Arch_Frame","Arch_Material","Arch_Schedule","Arch_CutPlane",
"Arch_Add","Arch_Remove","Arch_Survey"]
"Arch_Frame","Arch_Material","Arch_Schedule","Arch_PipeTools",
"Arch_CutPlane","Arch_Add","Arch_Remove","Arch_Survey"]
self.utilities = ["Arch_Component","Arch_SplitMesh","Arch_MeshToShape",
"Arch_SelectNonSolidMeshes","Arch_RemoveShape",
"Arch_CloseHoles","Arch_MergeWalls","Arch_Check",
Expand Down
3 changes: 3 additions & 0 deletions src/Mod/Arch/Resources/Arch.qrc
Expand Up @@ -65,6 +65,9 @@
<file>ui/preferences-dae.ui</file>
<file>ui/ArchMaterial.ui</file>
<file>ui/ArchSchedule.ui</file>
<file>icons/Arch_Pipe.svg</file>
<file>icons/Arch_Pipe_Tree.svg</file>
<file>icons/Arch_PipeConnector.svg</file>
<file>ui/ParametersWindowDouble.svg</file>
<file>ui/ParametersWindowSimple.svg</file>
<file>ui/ParametersWindowFixed.svg</file>
Expand Down
168 changes: 168 additions & 0 deletions src/Mod/Arch/Resources/icons/Arch_Pipe.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c90410

Please sign in to comment.