9 lines
305 B
OpenSCAD
9 lines
305 B
OpenSCAD
// Author: Edward Middleton-Smith
|
|
// Project: DNA Double Helix
|
|
// Technology: Main
|
|
// Feature:
|
|
|
|
include <modules/constants.scad>;
|
|
use <modules/dna_double_helix.scad>;
|
|
|
|
DNA_Double_Helix(radius_rotation_helix, radius_strand_helix, angle_twist_total, height, rise, length_discretisation, pi, angle_incline); |