bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    name: string

    Name of the sandwitch panel

    sandwitch-panel
    
    createWindow: boolean

    Indicates wether a window should be created

    true
    
    createInnerPanel: boolean

    Indicates wether the inner panel should be created

    true
    
    createExteriorPanel: boolean

    Indicates wether the exterior panel should be created

    true
    
    wallWidth: number

    Wall thickness

    0.3
    

    0.01

    Infinity

    0.05

    exteriorPanelWidth: number

    Exterior panel width

    0.4
    

    0.01

    Infinity

    0.05

    exteriorPanelHeight: number

    Exterior panel height

    3
    

    0.01

    Infinity

    0.1

    exteriorPanelThickness: number

    Exterior panel thickness

    0.05
    

    0.01

    Infinity

    0.1

    exteriorPanelBottomOffset: number

    Exterior panel bottom offset

    0
    

    0

    Infinity

    0.1

    interiorPanelWidth: number

    Interior panel width

    0.4
    

    0.01

    Infinity

    0.05

    interiorPanelHeight: number

    Interior panel height

    3
    

    0.01

    Infinity

    0.1

    interiorPanelThickness: number

    Interior panel thickness

    0.05
    

    0.01

    Infinity

    0.1

    interiorPanelBottomOffset: number

    Interior panel bottom offset

    0
    

    0

    Infinity

    0.1

    windowWidthOffset: number

    Window width parameter

    0.1
    

    0

    Infinity

    0.1

    windowHeightOffset: number

    Window bottom offset

    0.2
    

    0

    Infinity

    0.1

    windowFrameThickness: number

    Window frame thickness

    0.1
    

    0.01

    Infinity

    0.01

    windowGlassFrameThickness: number

    Window glass frame thickness

    0.05
    

    0.01

    Infinity

    0.01

    id?: string
    rotation?: number
    center?: Point3
    direction?: Vector3
    shapes?: { panelExterior?: T; panelInterior?: T; compound?: T }