Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CuboidCentersDto

Index

Constructors

Properties

Constructors

constructor

  • new CuboidCentersDto(centers?: Point3[], width?: number, length?: number, height?: number): CuboidCentersDto
  • Parameters

    • Optional centers: Point3[]
    • Optional width: number
    • Optional length: number
    • Optional height: number

    Returns CuboidCentersDto

Properties

centers

centers: Point3[]

Center coordinates of the cuboids

default

undefined

height

height: number

Height of the cuboids

default

1

minimum

0

maximum

Infinity

step

0.1

length

length: number

Length of the cuboids

default

1

minimum

0

maximum

Infinity

step

0.1

width

width: number

Width of the cuboids

default

1

minimum

0

maximum

Infinity

step

0.1

Generated using TypeDoc