Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • ExtrudeDto

Index

Constructors

constructor

  • new ExtrudeDto<T>(crossSection?: T): ExtrudeDto<T>
  • Type parameters

    • T

    Parameters

    • Optional crossSection: T

    Returns ExtrudeDto<T>

Properties

center

center: boolean

Center the extrusion

default

true

crossSection

crossSection: T

Extrude cross section shape

height

height: number

Height of the extrusion

default

1

minimum

0

maximum

Infinity

step

0.1

nDivisions

nDivisions: number

Number of divisions

default

1

minimum

0

maximum

Infinity

step

1

scaleTopX

scaleTopX: number

Scale top

default

1

minimum

0

maximum

Infinity

step

0.1

scaleTopY

scaleTopY: number

Scale top

default

1

minimum

0

maximum

Infinity

step

0.1

twistDegrees

twistDegrees: number

Twist degrees

default

0

minimum

-Infinity

maximum

Infinity

step

1

Generated using TypeDoc