bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class JSCADShapes

    Index

    Constructors

    • Parameters

      • jscadWorkerManager: JSCADWorkerManager

      Returns JSCADShapes

    primitives

    • Create a 3D cube shape

      Parameters

      Returns Promise<any>

      Cube solid

      cube

      true

    • Create a 3D cuboid shape

      Parameters

      Returns Promise<any>

      Cuboid solid

      cuboid

      true

    • Create a 3D elliptic cylinder solid

      Parameters

      Returns Promise<any>

      Elliptic cylinder solid

      cylinder elliptic

      true

    • Create a 3D cylinder solid

      Parameters

      Returns Promise<any>

      Cylinder solid

      cylinder

      true

    • Create a 3D ellipsoid solid

      Parameters

      Returns Promise<any>

      Ellipsoid solid

      ellipsoid

      true

    • Create a 3D geodesic sphere solid

      Parameters

      Returns Promise<any>

      Geodesic sphere solid

      geodesic sphere

      true

    • Create a 3D rounded cuboid solid

      Parameters

      Returns Promise<any>

      Rounded cuboid solid

      rounded cuboid

      true

    • Create a 3D rounded cylinder solid

      Parameters

      Returns Promise<any>

      Rounded cylinder solid

      rounded cylinder

      true

    • Create a 3D sphere solid

      Parameters

      Returns Promise<any>

      Sphere solid

      sphere

      true

    • Create a 3D torus solid

      Parameters

      Returns Promise<any>

      Torus solid

      torus

      true

    primitives on centers

    • Create a 3D cubes on multiple center points

      Parameters

      Returns Promise<any[]>

      List of cube solids

      cubes

      true

    • Create a 3D cuboids on multiple center points

      Parameters

      Returns Promise<any[]>

      List of cuboid solids

      cuboids

      true

    • Create a 3D elliptic cylinders on multiple center points

      Parameters

      Returns Promise<any[]>

      List of elliptic cylinders solids

      cylinder elliptic

      true

    • Create a 3D cylinders on multiple center points

      Parameters

      Returns Promise<any[]>

      List of cylinder solids

      cylinder

      true

    • Create a 3D ellipsoids on multiple center points

      Parameters

      Returns Promise<any[]>

      List of ellipsoid solids

      ellipsoid

      true

    • Create a 3D geodesic spheres on multiple center points

      Parameters

      Returns Promise<any[]>

      List of geodesic spheres

      geodesic sphere

      true

    • Create a 3D rounded cuboids on multiple center points

      Parameters

      Returns Promise<any[]>

      List of rounded cuboids

      rounded cuboid

      true

    • Create a 3D rounded cylinders on multiple center points

      Parameters

      Returns Promise<any[]>

      List of rounded cylinders

      rounded cylinder

      true

    • Create a 3D sphere on multiple center points

      Parameters

      Returns Promise<any[]>

      List of spheres

      sphere

      true

    shapes

    • Create a 3D shape from poylgon points that have to be nested arrays of points

      Parameters

      Returns Promise<any>

      shape

      from polygon points

      true