Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • RotationExtrudeDto

Index

Constructors

Properties

Constructors

constructor

  • new RotationExtrudeDto<T>(shape?: T, height?: number, angle?: number): RotationExtrudeDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional height: number
    • Optional angle: number

    Returns RotationExtrudeDto<T>

Properties

angle

angle: number

Rotation in degrees

default

360

minimum

0

maximum

360

step

1

height

height: number

Height of rotation

default

1

minimum

0

maximum

Infinity

step

0.1

shape

shape: T

Wire to extrude by rotating

default

undefined

Generated using TypeDoc