-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into plate_element
- Loading branch information
Showing
33 changed files
with
1,164 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
__title__ = "compas_timber" | ||
__description__ = "COMPAS package for modeling, designing and fabricating timber assemblies." | ||
__url__ = "https://github.com/gramaziokohler/compas_timber" | ||
__version__ = "0.9.0" | ||
__version__ = "0.9.1" | ||
__author__ = "Gramazio Kohler Research" | ||
__author_email__ = "[email protected]" | ||
__license__ = "MIT license" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
from .workflow import CategoryRule | ||
from .workflow import DirectRule | ||
from .workflow import JointRule | ||
from .workflow import TopologyRule | ||
from .workflow import JointDefinition | ||
from .workflow import FeatureDefinition | ||
from .workflow import DebugInfomation | ||
|
||
from .wall_from_surface import SurfaceModel | ||
|
||
__all__ = [ | ||
"CategoryRule", | ||
"DirectRule", | ||
"JointRule", | ||
"TopologyRule", | ||
"JointDefinition", | ||
"FeatureDefinition", | ||
"DebugInfomation", | ||
"SurfaceModel", | ||
] |
Oops, something went wrong.