Snap Joins
With snapJoins
the Base and Lid “click” together without the need for screws or other aids.
Default origin = yappCoordBox: box[0,0,0]
Parameters:
Required:
p(0) = posx | posy
p(1) = width
p(2) = { yappLeft | yappRight | yappFront | yappBack } (one or more)
Optional:
n(a) = { <yappOrigin> | yappCenter }
n(b) = { yappSymmetric }
n(c) = { yappRectangle } : Make a diamond shape snap
snapJoins =
[
[10, 5, yappLeft, yappRight, yappSymmetric]
,[ 5, 5, yappFront, yappBack, yappSymmetric]
];
Last updated