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

    Class ManifoldBitByBit

    Index

    Constructors

    • Parameters

      • manifoldWorkerManager: ManifoldWorkerManager

      Returns ManifoldBitByBit

    Properties

    manifold: Bit.Manifold
    crossSection: ManifoldCrossSection
    mesh: Bit.Mesh

    cleanup

    decompose

    • Turns manifold shape into a collection of polygon points representing the mesh.

      Parameters

      Returns Promise<Mesh3>

      polygon points

      to polygon points

      false

    meshing

    • Turns manifold shape into a mesh pointer that lives in worker's memory. This pointer can be used with bitbybit.manifold.mesh functions

      Parameters

      Returns Promise<MeshPointer>

      Pointer to manifold mesh definition

      manifold to mesh pointer

      false