Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ArabicArchwayDto

Implements

Index

Constructors

constructor

  • new ArabicArchwayDto(nrOfSides?: number, nrOfVerticalArches?: number, archCenterThickness?: number, edgesThickness?: number, thickness?: number, baseHeight?: number, patchHoles?: boolean, lod?: lodEnum, rotation?: number, origin?: Point3, direction?: Point3, scale?: Vector3): ArabicArchwayDto
  • Parameters

    • Optional nrOfSides: number
    • Optional nrOfVerticalArches: number
    • Optional archCenterThickness: number
    • Optional edgesThickness: number
    • Optional thickness: number
    • Optional baseHeight: number
    • Optional patchHoles: boolean
    • Optional lod: lodEnum
    • Optional rotation: number
    • Optional origin: Point3
    • Optional direction: Point3
    • Optional scale: Vector3

    Returns ArabicArchwayDto

Properties

archCenterThickness

archCenterThickness: number

Arch center thickness

default

0.8

minimum

0

maximum

10

step

0.1

baseHeight

baseHeight: number

Indicates how high the base should be, if 0 then no base will be made

default

0.4

minimum

0

maximum

10

step

0.1

direction

direction: Point3

Direction of the vase

default

[0, 1, 0]

edgesThickness

edgesThickness: number

Edges thickness

default

0.2

minimum

0

maximum

10

step

0.1

lod

lod: lodEnum

Level of details for the model

default

high

nrOfSides

nrOfSides: number

nr of sides for arabic archway vase

default

3

minimum

3

maximum

30

step

1

nrOfVerticalArches

nrOfVerticalArches: number

nr of vertical arches

default

6

minimum

2

maximum

30

step

1

origin

origin: Point3

Origin of the vase

default

[0, 0, 0]

patchHoles

patchHoles: boolean

Indicates whether holes of the vase should be patched

default

true

profilePoints

profilePoints: Point3[]

nr of sides for arabic archway vase

default

[[2, 0, 0],[4, 5, 0],[1.5, 10, 0],[2, 14, 0]]

rotation

rotation: number

Rotation of the serenity swirl

default

0

minimum

0

maximum

Infinity

step

10

scale

scale: Vector3

Scale of the vase

default

[1, 1, 1]

thickness

thickness: number

Thickness of the vase on the widest part

default

1

minimum

0

maximum

1

step

0.1

Generated using TypeDoc