Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBoxOptions

The definition of the parameter for building a box.

Hierarchy

  • {}
    • IBoxOptions

Index

Properties

Optional height

height: undefined | number

Box extent on Y-axis.

Optional heightSegments

heightSegments: undefined | number

Segment count on Y-axis.

Optional length

length: undefined | number

Box extent on Z-axis.

Optional lengthSegments

lengthSegments: undefined | number

Segment count on Z-axis.

Optional width

width: undefined | number

Box extent on X-axis.

Optional widthSegments

widthSegments: undefined | number

Segment count on X-axis.

Generated using TypeDoc