Enumeration: ModularPlacementType
Defines how a product was added to the modular scene.
This enum specifies the different methods by which products can be placed in a modular configuration. The placement type affects how products behave when moved, deleted, or when other products are added to the scene.
Enumeration Members
FREE_MOVE
FREE_MOVE:
"FREE_MOVE"
Product was placed in free space without connections.
FREE_MOVE placement indicates the product was added to an empty area without need for connecting to any existing products. These products can be positioned anywhere on the scene and maintain their exact position.
Free-moving products are useful for accessories, decorative items, or standalone pieces that don't need structural connections to other products.
SNAPABLE
SNAPABLE:
"SNAPABLE"
Product was connected to an existing product via snap points.
SNAPABLE placement indicates the product was added by connecting it to a snap point on another product. These products form structural relationships and maintain spatial relationships with their connected products.
Snapable products are the core building blocks of modular configurations, creating structures through defined connection points and rules.