You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The "octa" style has the property that it blends neatly with a cylinder of the same $fn along any of the coordinate axes.
3380
3383
// This is true for both the regular and circumscribed "octa" spheroid.
3381
3384
// Arguments:
3382
-
// r = Radius of the spheroid.
3385
+
// r = Radius of the spheroid or 3-vector giving the 3 semiaxes.
3383
3386
// style = The style of the spheroid's construction. One of "orig", "aligned", "stagger", "octa", or "icosa". Default: "aligned"
3384
3387
// ---
3385
-
// d = Diameter of the spheroid.
3388
+
// d = Diameter of the spheroid or 3-vector giving three axes lengths.
3386
3389
// circum = If true, the approximate sphere circumscribes the true sphere of the requested size. Otherwise inscribes. Note that for some styles, the circumscribed sphere looks different than the inscribed sphere. Default: false (inscribes)
3387
3390
// anchor = Translate so anchor point is at origin (0,0,0). See [anchor](attachments.scad#subsection-anchor). Default: `CENTER`
3388
3391
// spin = Rotate this many degrees around the Z axis after anchor. See [spin](attachments.scad#subsection-spin). Default: `0`
0 commit comments