Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EternalLoveDto

Implements

Index

Constructors

constructor

  • new EternalLoveDto(textHeading?: string, textName?: string, fullModel?: boolean, thickness?: number, decorationThickness?: number, rotation?: number, origin?: Point3, direction?: Vector3): EternalLoveDto
  • Parameters

    • Optional textHeading: string
    • Optional textName: string
    • Optional fullModel: boolean
    • Optional thickness: number
    • Optional decorationThickness: number
    • Optional rotation: number
    • Optional origin: Point3
    • Optional direction: Vector3

    Returns EternalLoveDto

Properties

decorationThickness

decorationThickness: number

Additional thickness of the decorations

default

1

minimum

0.1

maximum

3

step

0.1

direction

direction: Vector3

Direction of the model

default

[0, 1, 0]

fullModel

fullModel: boolean

Choose whether to produce half of the model (better for 3d printing) or full model with two sides

default

true

origin

origin: Point3

Origin of the medal

default

[0, 0, 0]

rotation

rotation: number

Rotation of the erenal love medal

default

0

minimum

0

maximum

Infinity

step

10

textHeading

textHeading: string

The head text

default

LOVE YOU

textName

textName: string

Name of the person

default

NORA

thickness

thickness: number

Thickness of the model

default

6

minimum

0.5

maximum

20

step

0.1

Generated using TypeDoc