mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-11 13:14:03 +02:00
doc fixes
This commit is contained in:
@@ -246,7 +246,7 @@ module path_extrude(path, convexity=10, clipsize=100) {
|
|||||||
// Synopsis: Extrudes 2D children outwards around a cylinder.
|
// Synopsis: Extrudes 2D children outwards around a cylinder.
|
||||||
// SynTags: Geom
|
// SynTags: Geom
|
||||||
// Topics: Miscellaneous, Extrusion, Rotation
|
// Topics: Miscellaneous, Extrusion, Rotation
|
||||||
// See Also: heightfield(), cylindrical_heightfield(), cyl()
|
// See Also: cyl(), plot_revolution()
|
||||||
// Usage:
|
// Usage:
|
||||||
// cylindrical_extrude(ir|id=, or|od=, [size=], [convexity=], [spin=], [orient=]) 2D-CHILDREN;
|
// cylindrical_extrude(ir|id=, or|od=, [size=], [convexity=], [spin=], [orient=]) 2D-CHILDREN;
|
||||||
// Description:
|
// Description:
|
||||||
|
@@ -2580,8 +2580,8 @@ function _circle_mask(r) =
|
|||||||
// around the curve of the cylinder. The angular span of the path on the cylinder must be somewhat
|
// around the curve of the cylinder. The angular span of the path on the cylinder must be somewhat
|
||||||
// less than 180 degrees, and the path shouldn't have closely spaced points at concave points of high curvature because
|
// less than 180 degrees, and the path shouldn't have closely spaced points at concave points of high curvature because
|
||||||
// this causes self-intersection in the mask polyhedron, resulting in CGAL failures. The path also cannot include
|
// this causes self-intersection in the mask polyhedron, resulting in CGAL failures. The path also cannot include
|
||||||
// sharp corners, because it internally uses {{offset()}} which will expand those sharp corners into very long single
|
// sharp corners, because it internally uses {{offset()}} which expands those sharp corners into long single
|
||||||
// segments that produce incorrect result.
|
// segments that produce incorrect results.
|
||||||
// Arguments:
|
// Arguments:
|
||||||
// r / radius = center radius of the cylindrical shell to cut a hole in
|
// r / radius = center radius of the cylindrical shell to cut a hole in
|
||||||
// thickness = thickness of cylindrical shell (may need to be slighly oversized)
|
// thickness = thickness of cylindrical shell (may need to be slighly oversized)
|
||||||
|
Reference in New Issue
Block a user