Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • JSCADColors

Index

Constructors

Methods

Constructors

constructor

  • new JSCADColors(jscadWorkerManager: JSCADWorkerManager): JSCADColors
  • Parameters

    • jscadWorkerManager: JSCADWorkerManager

    Returns JSCADColors

Methods

colorize

  • Colorizes geometry of jscad. If geometry is in the array it will colorize all items and return them. If geometry is a single item it will return a single item. Keep in mind that colorized geometry in jscad will always be drawn in that color even if you try to change it via draw options.

    group

    colorize

    shortname

    colorize geometry

    drawable

    true

    Parameters

    Returns Promise<any>

    Colorized geometry of jsacd

Generated using TypeDoc