Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ExtrudePolygonDto

Index

Constructors

constructor

  • Parameters

    • Optional shape: Vector3[]
    • Optional holes: Vector3[][]
    • Optional depth: number
    • Optional sideOrientation: sideOrientationEnum
    • Optional wrap: boolean
    • Optional enableShadows: boolean

    Returns ExtrudePolygonDto

Properties

depth

depth: number

Depth of the extrude

default

1

minimum

0

maximum

Infinity

step

0.1

enableShadows

enableShadows: boolean

Enables shadows for the mesh

default

true

Optional holes

holes: Vector3[][]

Holes of the extrude

optional

true

shape

shape: Vector3[]

Shape of the extrude

sideOrientation

sideOrientation: sideOrientationEnum

Side orientation of the mesh

default

frontside

wrap

wrap: boolean

Wrap of the extrude

default

false

Generated using TypeDoc