Thingiverse
Arc Module for OpenSCAD by chickenchuck040
by Thingiverse
Last crawled date: 4 years, 10 months ago
This is a 2d arc module for OpenSCAD that works for any angle between 0 and 360.. It takes arguments for the outside radius, thickness, and angle of the arc. It works by intersecting a ring with one or more triangles to create an arc. For every 90 degrees of arc, another triangle is added.
Usage:
arc(radius, thick, angle);
radius: Outside radius of the arc
thick: Thickness between the outside and inside radii
angle: The angle of the arc, anywhere between 0 and 360.
linear_extrude(height) can be used to make it 3d.
Usage:
arc(radius, thick, angle);
radius: Outside radius of the arc
thick: Thickness between the outside and inside radii
angle: The angle of the arc, anywhere between 0 and 360.
linear_extrude(height) can be used to make it 3d.
