1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 20:10:36 +02:00

update README

This commit is contained in:
Justin Lin
2021-06-28 09:45:07 +08:00
parent ded1b38580
commit a5065f7062

View File

@@ -364,6 +364,8 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp
[**surface/sf_curve**(levels, curve_path, ...)](https://openhome.cc/eGossip/OpenSCAD/lib3x-sf_curve.html) | curve a photo.
[**surface/sf_splines**(ctrl_pts, row_spline, column_spline)](https://openhome.cc/eGossip/OpenSCAD/lib3x-sf_splines.html) | generalized-spline surface.
[**surface/sf_thicken**(points, thickness, ...)](https://openhome.cc/eGossip/OpenSCAD/lib3x-sf_thicken.html) | thicken a surface.
**surface/sf_solidifyT**(points1, points2, triangles) | solidify two triangulated surfaces.
**surface/sf_thickenT**(points, thickness, ...) | thicken a triangulated surface.
## Triangle