forked from SolidCode/SolidPython
-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
One of the core constructs of BOSL2 is making your own attachable objects, see https://github.com/revarbat/BOSL2/wiki/Tutorial-Attachments#making-attachables.
This doesn't seem possible in SolidPython as there is no support for constructing a module
as far as I can tell without just writing the scad code directly. attachable
in BOSL2 is what lets you create custom attachment points with named_anchor
. I'd like to be able to define a shape with different attachment points, and construct multiple of them and then add children attached to those various points on it.
Am I thinking about the paradigm incorrectly? How should I achieve this using SolidPython?
Metadata
Metadata
Assignees
Labels
No labels