Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RoundedCuboidDto

Index

Constructors

constructor

  • new RoundedCuboidDto(center?: Point3, roundRadius?: number, width?: number, length?: number, height?: number, segments?: number): RoundedCuboidDto
  • Parameters

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

    Returns RoundedCuboidDto

Properties

center

center: Point3

Center coordinates of the cubod

default

[0, 0, 0]

height

height: number

Height of the cuboid

default

1

minimum

0

maximum

Infinity

step

0.1

length

length: number

Length of the cuboid

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 cuboid

default

1

minimum

0

maximum

Infinity

step

0.1

Generated using TypeDoc