Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

Index

Constructors

constructor

Properties

Optional center

center: Point3

createExteriorPanel

createExteriorPanel: boolean

Indicates wether the exterior panel should be created

default

true

createInnerPanel

createInnerPanel: boolean

Indicates wether the inner panel should be created

default

true

createWindow

createWindow: boolean

Indicates wether a window should be created

default

true

Optional direction

direction: Vector3

exteriorPanelBottomOffset

exteriorPanelBottomOffset: number

Exterior panel bottom offset

default

0

minimum

0

maximum

Infinity

step

0.1

exteriorPanelHeight

exteriorPanelHeight: number

Exterior panel height

default

3

minimum

0.01

maximum

Infinity

step

0.1

exteriorPanelThickness

exteriorPanelThickness: number

Exterior panel thickness

default

0.05

minimum

0.01

maximum

Infinity

step

0.1

exteriorPanelWidth

exteriorPanelWidth: number

Exterior panel width

default

0.4

minimum

0.01

maximum

Infinity

step

0.05

Optional id

id: string

interiorPanelBottomOffset

interiorPanelBottomOffset: number

Interior panel bottom offset

default

0

minimum

0

maximum

Infinity

step

0.1

interiorPanelHeight

interiorPanelHeight: number

Interior panel height

default

3

minimum

0.01

maximum

Infinity

step

0.1

interiorPanelThickness

interiorPanelThickness: number

Interior panel thickness

default

0.05

minimum

0.01

maximum

Infinity

step

0.1

interiorPanelWidth

interiorPanelWidth: number

Interior panel width

default

0.4

minimum

0.01

maximum

Infinity

step

0.05

name

name: string

Name of the sandwitch panel

default

sandwitch-panel

Optional rotation

rotation: number

Optional shapes

shapes: { compound?: T; panelExterior?: T; panelInterior?: T }

Type declaration

  • Optional compound?: T
  • Optional panelExterior?: T
  • Optional panelInterior?: T

wallWidth

wallWidth: number

Wall thickness

default

0.3

minimum

0.01

maximum

Infinity

step

0.05

windowFrameThickness

windowFrameThickness: number

Window frame thickness

default

0.1

minimum

0.01

maximum

Infinity

step

0.01

windowGlassFrameThickness

windowGlassFrameThickness: number

Window glass frame thickness

default

0.05

minimum

0.01

maximum

Infinity

step

0.01

windowHeightOffset

windowHeightOffset: number

Window bottom offset

default

0.2

minimum

0

maximum

Infinity

step

0.1

windowWidthOffset

windowWidthOffset: number

Window width parameter

default

0.1

minimum

0

maximum

Infinity

step

0.1

Optional windows

windows: WindowRectangularPart<T>[]

Generated using TypeDoc