![]() |
omdl
v1.0
OpenSCAD Mechanical Design Library
|
Stand maker for rectangular prism enclosures. More...
Collaboration diagram for Rectangular Enclosure Stand:Files | |
| file | enclosure_stand_rectangle.scad |
| A stand maker for rectangular prism project boxes, housings, and enclosures. | |
Functions and/or Modules | |
| module | enclosure_stand_rectangle (size, offset=0, brace=1/2, count=1, space=0, form=0, mode=0) |
| A stand maker for rectangular project boxes, housings, and enclosures. More... | |
Stand maker for rectangular prism enclosures.
| Requires: |
|---|
| include <omdl-base.scad>; |
| include <parts/3d/enclosure/enclosure_stand_rectangle.scad>; |
| module enclosure_stand_rectangle | ( | size | , |
| offset | = 0, |
||
| brace | = 1/2, |
||
| count | = 1, |
||
| space | = 0, |
||
| form | = 0, |
||
| mode | = 0 |
||
| ) |
A stand maker for rectangular project boxes, housings, and enclosures.
| size | <decimal-list-3 | decimal> dimension(s); a list [w, d, h], the width, depth, and height, or a single decimal for width. |
| offset | <decimal> the case seat vertical offset. |
| brace | <decimal> the stand brace member percentage of (seat + offset). |
| count | <integer> the number of enclosures. |
| space | <decimal> the additional separation space between multiple enclosures. |
| form | <integer> the stand form {0 : 7}. Form 6 and 7 can be used as a top brace, or stacking stop brace, for a multi-enclosure stand. |
| mode | <integer> the size specification mode {0: size of case, 1: size of stand}. |
Construct a stand for a rectangular prism enclosure. A multi-enclosure stand can be constructed using the count parameter. The size can refer to the enclosure size or the stand size as controlled by the mode parameter. The form = 6 is useful for creating top braces for multi-enclosure stands.
Muilti-enclosure example script
| right | front | diag |
|---|---|---|
![]() | ![]() | ![]() |
Definition at line 344 of file enclosure_stand_rectangle.scad.
Here is the call graph for this function: