Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • GoodCoffeeTableDrawDto

Index

Constructors

constructor

Properties

drawEdges

drawEdges: boolean

Defines if the edges of the model should be drawn

default

true

drawFaces

drawFaces: boolean

You can turn off drawing of faces via this property

default

true

edgeColour

edgeColour: string

Hex colour string for the edges

default

#ffffff

edgeWidth

edgeWidth: number

Edge width

default

0.06

minimum

0

maximum

Infinity

Optional legsMaterial

legsMaterial: T

Material of the legs of the table

defaul

undefined

optional

true

precision

precision: number

Meshing precision of the drawn model. The lower the number the more precise the drawn model is. Keep in mind that output of this algorithm also contains pure occt shape that can be meshed separately in draw any async commands

default

0.001

minimum

0.000001

maximum

5

step

0.001

Optional shelfMaterial

shelfMaterial: T

Material of the shelf of the table

defaul

undefined

optional

true

Optional topGlassMaterial

topGlassMaterial: T

Material of the glass

defaul

undefined

optional

true

Optional topMaterial

topMaterial: T

Material of the top frame of the table

defaul

undefined

optional

true

Generated using TypeDoc