Skip to content

Commit 2240faf

Browse files
committed
(FEATURE) exposed helper functions to utils
1 parent 7fa8b73 commit 2240faf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LoopStructural/utils/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313
"""
1414
from .logging import getLogger, log_to_file, log_to_console
1515
from .map2loop import process_map2loop, build_model
16+
from .helper import get_data_axis_aligned_bounding_box, get_data_bounding_box, get_data_bounding_box_map
17+
from .helper import get_dip_vector,get_strike_vector, get_vectors

0 commit comments

Comments
 (0)