Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • JSCADExtrusions

Index

Constructors

constructor

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

    • jscadWorkerManager: JSCADWorkerManager

    Returns JSCADExtrusions

Methods

extrudeLinear

  • Linear extrude 2D geometries of solid category

    group

    extrude

    shortname

    linear

    drawable

    true

    Parameters

    Returns Promise<any>

    Extruded geometry

extrudeRectangular

  • Rectangular extrude 2D geometries of solid category. Creates a wall-type extrusion of certain height and size.

    group

    extrude

    shortname

    rectangular

    drawable

    true

    Parameters

    Returns Promise<any>

    Extruded geometry

extrudeRectangularPoints

  • Rectangular extrude a list of 2D points. Creates a wall-type extrusion of certain height and size.

    group

    extrude

    shortname

    rectangular points

    drawable

    true

    Parameters

    Returns Promise<any>

    Extruded geometry

extrudeRotate

  • Rectangular extrude a list of 2D points. Creates a wall-type extrusion of certain height and size.

    group

    extrude

    shortname

    rotational

    drawable

    true

    Parameters

    Returns Promise<any>

    Extruded geometry

Generated using TypeDoc