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

    Class OCCTBooleans

    Index

    Constructors

    • Parameters

      • occWorkerManager: OCCTWorkerManager

      Returns OCCTBooleans

    booleans

    mesh based

    • Does mesh mesh intersection operation between two shapes - both shapes can have their own meshing precision. This algorithm intersects the meshes and returns the points of the intersection, which are polylines or polygons.

      Parameters

      Returns Promise<Point3[][]>

      Points where shapes intersect

      mesh mesh intersection as points

      true

    • Does mesh mesh intersection operation between the shape and multiple other shapes - all shapes can have their own meshing precision. This algorithm intersects the meshes and returns the points of the intersection.

      Parameters

      Returns Promise<Point3[][]>

      Wires where shapes intersect

      mesh mesh intersection of shapes as points

      true