mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-23 23:03:23 +02:00
rename
This commit is contained in:
@@ -29,7 +29,7 @@ module polyline3d(points, thickness, startingStyle = "CAP_CIRCLE", endingStyle =
|
||||
p1Style = p1Style, p2Style = p2Style);
|
||||
|
||||
// hook for testing
|
||||
test_line3d_segment(index, p1, p2, thickness, p1Style, p2Style);
|
||||
test_polyline3d_line3d_segment(index, p1, p2, thickness, p1Style, p2Style);
|
||||
}
|
||||
|
||||
module polyline3d_inner(index) {
|
||||
@@ -43,6 +43,6 @@ module polyline3d(points, thickness, startingStyle = "CAP_CIRCLE", endingStyle =
|
||||
}
|
||||
|
||||
// override it to test
|
||||
module test_line3d_segment(index, point1, point2, thickness, p1Style, p2Style) {
|
||||
module test_polyline3d_line3d_segment(index, point1, point2, thickness, p1Style, p2Style) {
|
||||
|
||||
}
|
@@ -63,7 +63,7 @@ module test_polyline3d() {
|
||||
|
||||
include <polyline3d.scad>;
|
||||
|
||||
module test_line3d_segment(index, point1, point2, thickness, p1Style, p2Style) {
|
||||
module test_polyline3d_line3d_segment(index, point1, point2, thickness, p1Style, p2Style) {
|
||||
|
||||
assertCorrectSegment(
|
||||
[points[index - 1], points[index]],
|
||||
@@ -89,7 +89,7 @@ module test_polyline3d() {
|
||||
|
||||
include <polyline3d.scad>;
|
||||
|
||||
module test_line3d_segment(index, point1, point2, thickness, p1Style, p2Style) {
|
||||
module test_polyline3d_line3d_segment(index, point1, point2, thickness, p1Style, p2Style) {
|
||||
|
||||
assertCorrectSegment(
|
||||
[points[index - 1], points[index]],
|
||||
@@ -116,7 +116,7 @@ module test_polyline3d() {
|
||||
|
||||
include <polyline3d.scad>;
|
||||
|
||||
module test_line3d_segment(index, point1, point2, thickness, p1Style, p2Style) {
|
||||
module test_polyline3d_line3d_segment(index, point1, point2, thickness, p1Style, p2Style) {
|
||||
|
||||
assertCorrectSegment(
|
||||
[points[index - 1], points[index]],
|
||||
@@ -154,7 +154,7 @@ module test_polyline3d() {
|
||||
|
||||
include <polyline3d.scad>;
|
||||
|
||||
module test_line3d_segment(index, point1, point2, thickness, p1Style, p2Style) {
|
||||
module test_polyline3d_line3d_segment(index, point1, point2, thickness, p1Style, p2Style) {
|
||||
|
||||
assertCorrectSegment(
|
||||
[points[index - 1], points[index]],
|
||||
|
Reference in New Issue
Block a user