[family-assembly] swivel_ball_joint_mount: JW Winco GN 784 mounting clamp - #70
Open
sunzhenchuan007 wants to merge 2 commits into
Open
[family-assembly] swivel_ball_joint_mount: JW Winco GN 784 mounting clamp#70sunzhenchuan007 wants to merge 2 commits into
sunzhenchuan007 wants to merge 2 commits into
Conversation
Signed-off-by: Zane <sunzhenchuan@mail.ustc.edu.cn>
Signed-off-by: Zane <sunzhenchuan@mail.ustc.edu.cn>
|
Welcome, and thanks for the family PR! Three things that answer most questions:
中文:红 ✗ 点 Details 或看 validate 报告评论;本地 |
bench2 validateswivel_ball_joint_mountPreviews: the |
sunzhenchuan007
marked this pull request as ready for review
July 28, 2026 13:10
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.
Family
swivel_ball_joint_mount- multi-body assemblyReference (issue #60 - JW Winco GN 784)
Generated - easy / medium / hard grid
Generated - four benchmark views
Extremes - minimum and maximum sampled instances
Components and assembly
Each component panel keeps the complete assembly context: the active component
is colored and the other components are ghosted. The fifth panel numbers the
components and shows the ball, base, and actuator insertion directions. The
sixth panel shows the final assembly with a distinct color for every component.
How it is parameterized - multi-body
build_housing(),build_ball(),build_base(), andbuild_actuator()construct the four physical components independently.
build()returns acq.Assemblywith stable child nameshousing,ball,base, andclamp_actuator. Those names matchfamily.json.components, whose quantitiessum to the declared
"solids": 4.catalog_rowselects one complete line from the eight printed GN 784 rows.refine()jointly selects only a nonblank Type A or Type B thread alternativefrom that row. Common dimensions, thread fields,
r1/r2,l1, and torquemetadata are never mixed between catalog rows.
ball_typeselects Type A with a central internal-thread hole or Type B with asolid external stud.
clamp_actuatorselects identification 1, an adjustablelever, or identification 2, a hex-socket set screw.
swivel_angleselects adeterministic static pose from vertical at 0 degrees to horizontal at 90
degrees.
The ball stem has a lower thin neck, a thicker
d7middle collar, and a thinupper threaded member. The 90-degree housing slot is slightly wider than the
lower neck but remains narrower than the middle collar. The lower neck extends
beyond the housing wall before the middle collar begins, so the collar remains
outside the housing throughout the supported sweep.
Difficulty tiers preserve the issue contract:
Verification
bench2 validate swivel_ball_joint_mount-> PASSExhaustive component and motion audit:
4.45 mm3.83 mm0.000000000 mm^3bench2 preview swivel_ball_joint_mountrendered all nine tier/seed images andboth extremes. A human inspected the standard previews, all component panels,
the exploded assembly, and the 0/30/90-degree CQ-editor poses.
The current host does not expose a
uvexecutable, including outside thesandbox. Both commands were therefore run through the same synchronized
environment's
bench2.exe; CI will rerun the repository command.Checklist
bench2 validate swivel_ball_joint_mountpasses locallybench2 preview swivel_ball_joint_mount, inspected every image, and committedpreview.png,preview_views.png,preview_extremes.png, and assembly evidence inpreview_parts.pngfamily.jsondeclares"solids": 4and four namedcomponentsPARAM_SPEC.sourceand everycheck()constraint cites a real catalog rule or honestly says"proportion"; nothing is fabricateddesigns/swivel_ball_joint_mount/; reference drawings, photos, PDFs, STEP files, and research helpers remain outside the familySources used
d2/d3, Type Bd4, and commond1-coupled dimensions1.5Dfor metric internal threads and1.2Dfor inch internal threadsproportionformulas for the hidden socket seat, running clearances, base seat, ball-neck segmentation, actuator bodies, and omitted edge treatmentsNOTES.mdrecords the complete row coupling, all proportion formulas,engineering constraints, component assembly basis, and deliberate deviations.