Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DrawManifoldOrCrossSectionOptions

Index

Constructors

constructor

  • new DrawManifoldOrCrossSectionOptions(faceOpacity?: number, faceMaterial?: any, faceColour?: string, crossSectionColour?: string, crossSectionWidth?: number, crossSectionOpacity?: number, computeNormals?: boolean): DrawManifoldOrCrossSectionOptions
  • Provide options without default values

    Parameters

    • Optional faceOpacity: number
    • Optional faceMaterial: any
    • Optional faceColour: string
    • Optional crossSectionColour: string
    • Optional crossSectionWidth: number
    • Optional crossSectionOpacity: number
    • Optional computeNormals: boolean

    Returns DrawManifoldOrCrossSectionOptions

Properties

computeNormals

computeNormals: boolean

Compute normals for the shape

default

false

crossSectionColour

crossSectionColour: string

Hex colour string for cross section drawing

default

#ff00ff

crossSectionOpacity

crossSectionOpacity: number

Cross section opacity value between 0 and 1

default

1

minimum

0

maximum

1

step

0.1

crossSectionWidth

crossSectionWidth: number

Width of cross section lines

default

2

faceColour

faceColour: string

Hex colour string for face colour

default

#ff0000

Optional faceMaterial

faceMaterial: any

Face material

default

undefined

optional

true

faceOpacity

faceOpacity: number

Face opacity value between 0 and 1

default

1

minimum

0

maximum

1

step

0.1

Generated using TypeDoc