File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3832,7 +3832,7 @@ def cylinder(
3832
3832
:return: A cylinder object for each point on the stack
3833
3833
3834
3834
One cylinder is created for each item on the current stack. If no items are on the stack, one
3835
- box using the current workplane center is created.
3835
+ cylinder using the current workplane center is created.
3836
3836
3837
3837
If combine is true, the result will be a single object on the stack. If a solid was found
3838
3838
in the chain, the result is that solid with all cylinders produced fused onto it otherwise,
Original file line number Diff line number Diff line change @@ -2445,7 +2445,6 @@ def testSphereCombine(self):
2445
2445
2446
2446
def testCylinderDefaults (self ):
2447
2447
s = Workplane ("XY" ).cylinder (20 , 10 )
2448
- self .saveModel (s )
2449
2448
self .assertEqual (1 , s .size ())
2450
2449
self .assertEqual (1 , s .solids ().size ())
2451
2450
self .assertEqual (3 , s .faces ().size ())
You can’t perform that action at this time.
0 commit comments