mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
updated docs
This commit is contained in:
@@ -11,7 +11,8 @@ Creates an arc. You can pass a 2 element vector to define the central angle. Its
|
||||
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
include<circular_sector.scad>;
|
||||
include <arc.scad>;
|
||||
|
||||
$fn = 24;
|
||||
@@ -20,6 +21,7 @@ Creates an arc. You can pass a 2 element vector to define the central angle. Its
|
||||
|
||||

|
||||
|
||||
include<circular_sector.scad>;
|
||||
include <arc.scad>;
|
||||
|
||||
$fn = 24;
|
||||
@@ -28,6 +30,7 @@ Creates an arc. You can pass a 2 element vector to define the central angle. Its
|
||||
|
||||

|
||||
|
||||
include<circular_sector.scad>;
|
||||
include <arc.scad>;
|
||||
|
||||
$fn = 24;
|
||||
|
@@ -8,6 +8,8 @@ Parses the string argument as an number. It depends on the `split_str` and the `
|
||||
|
||||
## Examples
|
||||
|
||||
include <sub_str.scad>;
|
||||
include <split_str.scad>;
|
||||
include <parse_number.scad>;
|
||||
|
||||
echo(parse_number("10") + 1); // ECHO: 11
|
||||
|
@@ -13,6 +13,7 @@ Creates a polyline from a list of `x`, `y` coordinates. When the end points are
|
||||
|
||||
## Examples
|
||||
|
||||
include <line2d.scad>;
|
||||
include <polyline2d.scad>;
|
||||
|
||||
$fn = 24;
|
||||
@@ -20,6 +21,7 @@ Creates a polyline from a list of `x`, `y` coordinates. When the end points are
|
||||
|
||||

|
||||
|
||||
include <line2d.scad>;
|
||||
include <polyline2d.scad>;
|
||||
|
||||
$fn = 24;
|
||||
@@ -28,6 +30,7 @@ Creates a polyline from a list of `x`, `y` coordinates. When the end points are
|
||||
|
||||

|
||||
|
||||
include <line2d.scad>;
|
||||
include <polyline2d.scad>;
|
||||
|
||||
$fn = 24;
|
||||
|
@@ -12,6 +12,7 @@ Creates a polyline from a list of `[x, y, z]` coordinates. It depends on the `li
|
||||
|
||||
## Examples
|
||||
|
||||
include <line3d.scad>;
|
||||
include <polyline3d.scad>;
|
||||
|
||||
polyline3d(
|
||||
@@ -27,6 +28,7 @@ Creates a polyline from a list of `[x, y, z]` coordinates. It depends on the `li
|
||||
|
||||

|
||||
|
||||
include <line3d.scad>;
|
||||
include <polyline3d.scad>;
|
||||
|
||||
polyline3d(
|
||||
@@ -43,6 +45,7 @@ Creates a polyline from a list of `[x, y, z]` coordinates. It depends on the `li
|
||||
|
||||

|
||||
|
||||
include <line3d.scad>;
|
||||
include <polyline3d.scad>;
|
||||
|
||||
polyline3d(
|
||||
@@ -60,6 +63,7 @@ Creates a polyline from a list of `[x, y, z]` coordinates. It depends on the `li
|
||||
|
||||

|
||||
|
||||
include <line3d.scad>;
|
||||
include <polyline3d.scad>;
|
||||
|
||||
r = 20;
|
||||
|
Reference in New Issue
Block a user