We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5399b commit 7d13b32Copy full SHA for 7d13b32
Code/spomso/spomso/jax_cores/__init__.py
@@ -6,7 +6,7 @@
6
7
8
from .combine_jax import combine_2_sdfs, combine_multiple_sdfs, parametric_combine_2_sdfs
9
-from .combine_jax import union, union2, subtract2, intersect, intersect2
+from .combine_jax import union, union2, subtract2, intersect, intersect2, add, difference
10
from .combine_jax import smooth_union2_2o, smooth_union2_3o
11
from .combine_jax import smooth_intersect2_2o, smooth_intersect2_3o
12
from .combine_jax import smooth_subtract2_2o, smooth_subtract2_3o
0 commit comments