fischertechnik-box-foundation

OpenSCAD sorting box construction foundation for Fischertechnik parts

View the Project on GitHub proggi64/fischertechnik-box-foundation

FrameElectronicsController

E-Tec-, Electronics Modul oder Robotics Modul mit Fach für montiertes Kabel.

Das Element kann an Wände oder in Ecken des Sortierkastens angedockt werden.

FrameElectronicsController

Use

use <../Elements/FrameElectronicsController.scad>

include <../../Base/PlacementOptions.scad>

Syntax

FrameElectronicsController(
    alignX);

space = get$FrameElectronicsControllerSpace(
    alignX);
Parameter Typ Beschreibung
alignX typ beschreibung

Rückgabewert getFrameElectronicsControllerSpace

Fläche als [x,y]-Liste

Beispiel

use <../../Base/Placement.scad>
use <../../Base/Boxes.scad>
use <../../Elements/FrameElectronicsController.scad>

include <../../Base/PlacementOptions.scad>

Box190();

Place(alignX=AlignRight, alignY=AlignTop, elementSpace=getFrameElectronicsControllerSpace())
    FrameElectronicsController(alignX=AlignRight, alignY=AlignTop);

FrameElectronicsController angedockt