Skip to content

Commit fb29781

Browse files
authored
Merge pull request #266 from compas-dev/feature/geometry_primitives_update
Feature/geometry primitives update
2 parents 1e9308f + e996a56 commit fb29781

File tree

6 files changed

+1010
-204
lines changed

6 files changed

+1010
-204
lines changed

src/compas/geometry/_primitives/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from .polyhedron import Polyhedron
1414
from .circle import Circle
1515
from .curve import Bezier
16+
from .sphere import Sphere
1617

1718
from .box import Box
1819

0 commit comments

Comments
 (0)