Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateExtrudedShapeDto

Index

Constructors

constructor

  • Parameters

    • Optional shape: Vector3[]
    • Optional path: Vector3[]
    • Optional scale: number
    • Optional rotation: number
    • Optional cap: number
    • Optional sideOrientation: sideOrientationEnum
    • Optional enableShadows: boolean

    Returns CreateExtrudedShapeDto

Properties

cap

cap: number

Cap of the extrude

default

0

minimum

0

maximum

3

step

1

closePath

closePath: boolean

Close path of the extrude

default

false

closeShape

closeShape: boolean

Close shape of the extrude

default

false

enableShadows

enableShadows: boolean

Enables shadows for the mesh

default

true

path

path: Vector3[]

Path of the extrude

rotation

rotation: number

Rotation of the extrude

default

0

minimum

0

maximum

Infinity

step

0.1

scale

scale: number

Scale of the extrude

default

1

minimum

0

maximum

Infinity

step

0.1

shape

shape: Vector3[]

Shape of the extrude

sideOrientation

sideOrientation: sideOrientationEnum

Side orientation of the mesh

default

doubleside

Generated using TypeDoc