Objects
This page lists some of the objects you can create with the gridfinity_build123d library. Due to the modularity it is impossible to list everything. Don’t let these examples be the end of your imagination.
Bins
Binsource
Bin(
Base(), height_in_units=4,
)
CompartmentsEqualsource
Bin(
Base(),
height_in_units=4,
compartments=CompartmentsEqual(
div_x=2,
compartment_list=Compartment(Label()),
),
)
StackingLipsource
Bin(
Base(),
height_in_units=4,
compartments=CompartmentsEqual(
div_x=2,
compartment_list=Compartment(Label()),
),
lip=StackingLip(),
),
BasePlates
BasePlateEqualsource
BasePlateEqual(
size_x=2,
size_y=2,
)
BasePlatesource
BasePlate([[True,True],[True]])
BasePlateBlockFullsource
BasePlateEqual(
size_x=2,
size_y=2,
baseplate_block=BasePlateBlockFull(),
)
BasePlateBlockFullsource
BasePlateEqual(
size_x=2,
size_y=2,
baseplate_block=BasePlateBlockFull(),
)
Bases
BaseEqualsource
BaseEqual(
grid_x=2,
grid_y=2,
)
Basesource
Base([[True,True],[True]])
BaseBlocksource
BaseEqual(2, 2, [MagnetHole(
BottomCorners()),
ScrewHole(BottomCorners(),
)])