Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ChirpyChaletDto

Index

Constructors

constructor

  • new ChirpyChaletDto(interiorWidth?: number, interiorLength?: number, interiorHeight?: number, thickness?: number, holeDiameter?: number, holeDistToBottom?: number, stickLength?: number, stickDiameter?: number, baseAttachmentHeight?: number, roofOverhang?: number, roofAngle?: number, rotation?: number, origin?: Point3): ChirpyChaletDto
  • Parameters

    • Optional interiorWidth: number
    • Optional interiorLength: number
    • Optional interiorHeight: number
    • Optional thickness: number
    • Optional holeDiameter: number
    • Optional holeDistToBottom: number
    • Optional stickLength: number
    • Optional stickDiameter: number
    • Optional baseAttachmentHeight: number
    • Optional roofOverhang: number
    • Optional roofAngle: number
    • Optional rotation: number
    • Optional origin: Point3

    Returns ChirpyChaletDto

Properties

baseAttachmentHeight

baseAttachmentHeight: number

base attachment height

default

2

minimum

0

maximum

Infinity

step

0.5

holeDiameter

holeDiameter: number

hole diameter of the house

default

1.2

minimum

0

maximum

Infinity

step

0.1

holeDistToBottom

holeDistToBottom: number

hole distance to the bottom of the house

default

2.5

minimum

0

maximum

Infinity

step

0.5

interiorHeight

interiorHeight: number

Interior height that goes from the floor to where the roof starts

default

5

minimum

0

maximum

Infinity

step

0.5

interiorLength

interiorLength: number

Interior length of the house

default

3

minimum

0

maximum

Infinity

step

0.5

interiorWidth

interiorWidth: number

Width of the house

default

3

minimum

0

maximum

Infinity

step

0.5

origin

origin: Point3

Origin of the bird house (where the bird house would be attached to the tree or the wall)

default

[0, 0, 0]

roofAngle

roofAngle: number

roof overhang

default

20

minimum

0

maximum

80

step

5

roofOverhang

roofOverhang: number

roof overhang

default

0.5

minimum

0

maximum

Infinity

step

0.5

rotation

rotation: number

Rotation of the bird house around the origin.

default

0

minimum

0

maximum

Infinity

step

10

stickDiameter

stickDiameter: number

stick diameter

default

0.3

minimum

0

maximum

Infinity

step

0.1

stickLength

stickLength: number

stick length

default

0.9

minimum

0

maximum

Infinity

step

0.1

thickness

thickness: number

thickness of the house

default

0.3

minimum

0

maximum

Infinity

step

0.1

Generated using TypeDoc