Merge pull request #858 from martinbudden/cylinder

Added cylinder 3D primitive to Workplane.
This commit is contained in:
Jeremy Wright
2021-09-01 11:08:24 -04:00
committed by GitHub
4 changed files with 97 additions and 1 deletions

View File

@ -90,6 +90,7 @@ Some 3D operations also require an active 2D workplane, but some do not.
Workplane.cutThruAll
Workplane.box
Workplane.sphere
Workplane.cylinder
Workplane.union
Workplane.combine
Workplane.intersect