Interface AsukaAssemblyVisualizationSettings

Editor-only visual helpers rendered by the 3D adapter.

These helpers never participate in picking, collisions, exports or the BOM. selectedOnly keeps detailed volumes on the selected component while still exposing compatible target anchors on its neighbours.

interface AsukaAssemblyVisualizationSettings {
    anchors?: boolean;
    clearances?: boolean;
    collisions?: boolean;
    connections?: boolean;
    dimensions?: boolean;
    enabled?: boolean;
    environment?: boolean;
    selectedOnly?: boolean;
}

Properties

anchors?: boolean
clearances?: boolean
collisions?: boolean
connections?: boolean
dimensions?: boolean

Show real-world dimensions for the selected floor or wall.

enabled?: boolean
environment?: boolean

Keep the generated legacy room visible. Explicitly drawn floors and walls are physical scene surfaces and remain visible independently.

selectedOnly?: boolean