Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateLatheDto

Index

Constructors

constructor

  • Parameters

    • Optional shape: Vector3[]
    • Optional radius: number
    • Optional tessellation: number
    • Optional arc: number
    • Optional closed: boolean
    • Optional sideOrientation: sideOrientationEnum
    • Optional enableShadows: boolean

    Returns CreateLatheDto

Properties

arc

arc: number

Arc of the lathe

default

1

minimum

0

maximum

1

step

0.1

closed

closed: boolean

Should lathe be closed

default

true

enableShadows

enableShadows: boolean

Enables shadows for the mesh

default

true

radius

radius: number

Radius of the lathe

default

1

minimum

0

maximum

Infinity

step

0.1

shape

shape: Vector3[]

Shape of the lathe

sideOrientation

sideOrientation: sideOrientationEnum

Side orientation of the mesh

default

doubleside

tessellation

tessellation: number

Tessellation of the lathe

default

64

minimum

3

maximum

Infinity

step

1

Generated using TypeDoc