Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RoundedCuboidCentersDto

Index

Constructors

constructor

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

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

    Returns RoundedCuboidCentersDto

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

roundRadius

roundRadius: number

Radius for rounding edges

default

0.1

minimum

0

maximum

Infinity

step

0.1

segments

segments: number

Segments of rounded edges

default

24

minimum

0

maximum

Infinity

step

1

width

width: number

Width of the cuboids

default

1

minimum

0

maximum

Infinity

step

0.1

Generated using TypeDoc