Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • JSCADHulls

Index

Constructors

Methods

Constructors

constructor

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

    • jscadWorkerManager: JSCADWorkerManager

    Returns JSCADHulls

Methods

hull

  • hull(inputs: HullDto): Promise<any>
  • Convex hull connects solids or 2d geometries by filling an empty space in between without following order. Geometries need to be of the same type.

    group

    hulls

    shortname

    hull

    drawable

    true

    Parameters

    Returns Promise<any>

    Hulled geometry

hullChain

  • hullChain(inputs: HullDto): Promise<any>
  • Hull chain connects solids or 2d geometries by filling an empty space in between objects in order. Geometries need to be of the same type.

    group

    hulls

    shortname

    hull chain

    drawable

    true

    Parameters

    Returns Promise<any>

    Chain hulled geometry

Generated using TypeDoc