Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

Index

Constructors

constructor

Properties

center

center: Point3

Origin of the stairs

default

[0, 0, 0]

direction

direction: Vector3

Direction of the window

default

[0, 1, 0]

frameThickness

frameThickness: number

Frame thickness

default

0.05

minimum

0.01

maximum

Infinity

step

0.01

glassFrameThickness

glassFrameThickness: number

Glass frame thickness

default

0.02

minimum

0.01

maximum

Infinity

step

0.01

glassThickness

glassThickness: number

Glass thickness

default

0.005

minimum

0.001

maximum

Infinity

step

0.001

height

height: number

Window height

default

0.05

minimum

0.01

maximum

Infinity

step

0.01

Optional id

id: string

The unique id of the window part

name

name: string

The name of the window part

rotation

rotation: number

Rotation of the window

default

0

minimum

0

maximum

Infinity

step

15

Optional shapes

shapes: WindowPartShapes<T>

Generic shapes that represent the window part

thickness

thickness: number

Window thickness

default

0.3

minimum

0.01

maximum

Infinity

step

0.05

width

width: number

Width first window

default

1

minimum

0.01

maximum

Infinity

step

0.1

Generated using TypeDoc