mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
58 lines
2.4 KiB
Python
58 lines
2.4 KiB
Python
# BlenderBIM Add-on - OpenBIM Blender Add-on
|
|
# Copyright (C) 2021 Dion Moult <dion@thinkmoult.com>
|
|
#
|
|
# This file is part of BlenderBIM Add-on.
|
|
#
|
|
# BlenderBIM Add-on is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# BlenderBIM Add-on is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
from blenderbim.tool.aggregate import Aggregate
|
|
from blenderbim.tool.blender import Blender
|
|
from blenderbim.tool.boundary import Boundary
|
|
from blenderbim.tool.brick import Brick
|
|
from blenderbim.tool.cad import Cad
|
|
from blenderbim.tool.collector import Collector
|
|
from blenderbim.tool.context import Context
|
|
from blenderbim.tool.debug import Debug
|
|
from blenderbim.tool.demo import Demo
|
|
from blenderbim.tool.document import Document
|
|
from blenderbim.tool.drawing import Drawing
|
|
from blenderbim.tool.geometry import Geometry
|
|
from blenderbim.tool.georeference import Georeference
|
|
from blenderbim.tool.ifc import Ifc
|
|
from blenderbim.tool.ifcgit import IfcGit
|
|
from blenderbim.tool.ifcgit import IfcGitRepo
|
|
from blenderbim.tool.library import Library
|
|
from blenderbim.tool.loader import Loader
|
|
from blenderbim.tool.material import Material
|
|
from blenderbim.tool.misc import Misc
|
|
from blenderbim.tool.model import Model
|
|
from blenderbim.tool.owner import Owner
|
|
from blenderbim.tool.patch import Patch
|
|
from blenderbim.tool.project import Project
|
|
from blenderbim.tool.profile import Profile
|
|
from blenderbim.tool.pset import Pset
|
|
from blenderbim.tool.qto import Qto
|
|
from blenderbim.tool.resource import Resource
|
|
from blenderbim.tool.root import Root
|
|
from blenderbim.tool.sequence import Sequence
|
|
from blenderbim.tool.spatial import Spatial
|
|
from blenderbim.tool.structural import Structural
|
|
from blenderbim.tool.style import Style
|
|
from blenderbim.tool.surveyor import Surveyor
|
|
from blenderbim.tool.system import System
|
|
from blenderbim.tool.type import Type
|
|
from blenderbim.tool.unit import Unit
|
|
from blenderbim.tool.search import Search
|
|
from blenderbim.tool.cost import Cost
|