We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285938a commit 40dac01Copy full SHA for 40dac01
src/sectionproperties/pre/geometry.py
@@ -2668,7 +2668,7 @@ def buffer_polygon(
2668
Returns:
2669
Buffered polygon
2670
"""
2671
- buffered_polygon = polygon.buffer(distance=amount, resolution=resolution)
+ buffered_polygon = polygon.buffer(distance=amount, quad_segs=resolution)
2672
2673
if isinstance(buffered_polygon, GeometryCollection):
2674
remaining_polygons = [
0 commit comments