Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BoxDto

Index

Constructors

Properties

Constructors

constructor

  • new BoxDto(width?: number, length?: number, height?: number, center?: Point3): BoxDto
  • Parameters

    • Optional width: number
    • Optional length: number
    • Optional height: number
    • Optional center: Point3

    Returns BoxDto

Properties

center

center: Point3

Center of the box

default

[0, 0, 0]

height

height: number

Height of the box

default

3

minimum

0

maximum

Infinity

step

0.1

length

length: number

Length of the box

default

2

minimum

0

maximum

Infinity

step

0.1

width

width: number

Width of the box

default

1

minimum

0

maximum

Infinity

step

0.1

Generated using TypeDoc