Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • JSCADText

Index

Constructors

constructor

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

    • jscadWorkerManager: JSCADWorkerManager

    Returns JSCADText

Methods

createVectorText

  • Creates a vector text

    group

    text

    shortname

    vector

    drawable

    false

    Parameters

    • inputs: TextDto

      Vector text parameters

    Returns Promise<Point2[][]>

    List of polygons

cylindricalText

  • Creates a text that is based on chain hulling cylinders

    group

    text

    shortname

    cylindrical

    drawable

    true

    Parameters

    Returns Promise<any[]>

    List of solids for text

sphericalText

  • Creates a text that is based on chain hulling spheres

    group

    text

    shortname

    spherical

    drawable

    true

    Parameters

    Returns Promise<any[]>

    List of solids for text

Generated using TypeDoc