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

    Class SandwitchPartFlex<T>

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    name: string

    Name of the sandwitch panel

    sandwitch-panel
    
    createInteriorPanel: boolean

    Indicates wether a window 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

    exteriorPanelThickness: number

    Exterior panel thickness

    0.05
    

    0.01

    Infinity

    0.1

    interiorPanelThickness: number

    Interior panel thickness

    0.05
    

    0.01

    Infinity

    0.1

    interiorPanelPolygonPoints: Point2[]

    Interior wall panel polygon points

    []
    
    exteriorPanelPolygonPoints: Point2[]

    Exterior wall panel polygon points

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