Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • SliceInStepPatternDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional steps: number[]
    • Optional direction: Vector3

    Returns SliceInStepPatternDto<T>

Properties

direction

direction: Vector3

Direction vector

default

[0, 1, 0]

shape

shape: T

The shape to slice

default

undefined

steps

steps: number[]

Steps that should be used for slicing. This array is going to be treated as a pattern - this menas that if the actual number of steps is lower than the number of steps in the pattern, the pattern will be repeated.

default

[0.1, 0.2]

Generated using TypeDoc