docs: complete Rotational Distributors section, fix oval→ellipse reference#1965
Open
junhinhow wants to merge 1 commit intoBelfrySCAD:masterfrom
Open
docs: complete Rotational Distributors section, fix oval→ellipse reference#1965junhinhow wants to merge 1 commit intoBelfrySCAD:masterfrom
junhinhow wants to merge 1 commit intoBelfrySCAD:masterfrom
Conversation
…erence Distributors.md: - Complete "Rotational Distributors" section that was marked as "To Be Completed" since the tutorial was created - Add working examples for rot_copies() (general + rings with delta), xrot_copies() and yrot_copies() (with r= for rings), arc_copies() (partial arcs + elliptic arcs), sphere_copies() (full sphere + cone_ang limited), path_copies() (2D spiral + 3D helix) - All examples verified in OpenSCAD without warnings Shapes3d.md: - Fix reference to oval() (renamed function) to ellipse()
54d03d2 to
a2e0a25
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rot_copies()— general rotation with axis and delta (rings)xrot_copies(),yrot_copies()— axis-specific rotation withr=for ringsarc_copies()— partial arcs and elliptical arcssphere_copies()— surface distribution withcone_ang=limitingpath_copies()— distribution along arbitrary 2D/3D pathsoval()reference in Shapes3d.md →ellipse()(function was renamed)Test plan
ellipse()reference verified to exist in shapes2d.scad🤖 Generated with Claude Code