Thingiverse
arc() Module for OpenSCAD
von SavageRodent
1
Downloads
2
Likes
0
Makes
UPDATE: I suggest using Arc_Module_2.scad as it's an improved version of the original.
The arc() module is a tool for creating 2D arcs in openSCAD.
The biggest difference is that this module creates the arc from scratch by calculating the vectors of each point, this means the radius at the open ends of the arc is always true and that all the fragments are of equal size.
The ffn (fixed fragments number) parameter gives the option to set a fixed number of fragments in the arc. By default, the number of fragments is set by $fn or $fa, this value
will determine the number of fragments in a full circle. The number of fragments in the arc is proportional to the size of its angle.
Parameters:
a = angle of arc
r1 = radius 1,
r2 = radius 2
t = (turn) rotates the arc like the rotate() modifier
ffn = (fixed fragments number) set a fixed number of fragments in arc
rfn = (round fragments n
The arc() module is a tool for creating 2D arcs in openSCAD.
The biggest difference is that this module creates the arc from scratch by calculating the vectors of each point, this means the radius at the open ends of the arc is always true and that all the fragments are of equal size.
The ffn (fixed fragments number) parameter gives the option to set a fixed number of fragments in the arc. By default, the number of fragments is set by $fn or $fa, this value
will determine the number of fragments in a full circle. The number of fragments in the arc is proportional to the size of its angle.
Parameters:
a = angle of arc
r1 = radius 1,
r2 = radius 2
t = (turn) rotates the arc like the rotate() modifier
ffn = (fixed fragments number) set a fixed number of fragments in arc
rfn = (round fragments n
SavageRodent veröffentlicht auch auf
58 zusätzliche Modelle auf 1 weiteren Plattformen
Hast du dieses Modell gedruckt? Einloggen und dein Make teilen!
Melde dich an, um einen Kommentar zu hinterlassen
AnmeldenNoch keine Kommentare – sei der Erste!